We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9787c commit ff4bd4eCopy full SHA for ff4bd4e
qa/L0_input_validation/test.sh
@@ -151,7 +151,7 @@ kill $SERVER_PID
151
wait $SERVER_PID
152
153
# input_byte_size_test
154
-cp -r /data/inferenceserver/${REPO_VERSION}/qa_identity_model_repository/{onnx_zero_1_float32,onnx_zero_1_object} ./models
+cp -r /data/inferenceserver/${REPO_VERSION}/qa_identity_model_repository/{onnx_zero_1_float32,onnx_zero_1_object,onnx_zero_1_bool} ./models
155
156
set +e
157
LD_LIBRARY_PATH=/opt/tritonserver/lib:$LD_LIBRARY_PATH $TEST_EXEC >> $TEST_LOG 2>&1
0 commit comments