Skip to content

Commit

Permalink
fix skip of nomodel batch1 plan (triton-inference-server#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderHam committed Jan 30, 2021
1 parent e23d140 commit 98e055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_perf_nomodel/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for BACKEND in $BACKENDS; do
fi

# plan model support max batch size of 32 only. Skip for 16MB I/O tests
if [ $BACKEND == "plan" ]; then
if [ $BACKEND == "plan" ] && [ $TENSOR_SIZE != 1 ]; then
continue
fi

Expand Down

0 comments on commit 98e055b

Please sign in to comment.