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 64c3cd2 commit 545094cCopy full SHA for 545094c
qa/L0_client_nobatch/test.sh
@@ -47,7 +47,7 @@ EXPECTED_NUM_TESTS="4"
47
48
DATADIR=/data/inferenceserver/${REPO_VERSION}
49
MODELDIR="${PWD}/qa_model_repository"
50
-rm -rf ${MODELDIR} && cp -r "${DATADIR}/qa_model_repository/onnx_*" ${MODELDIR} # Note there is a coupling in ./client_test.py
+rm -rf ${MODELDIR} && mkdir -p ${MODELDIR} && cp -r ${DATADIR}/qa_model_repository/onnx_* ${MODELDIR}/. # Note there is a coupling in ./client_test.py
51
SERVER=/opt/tritonserver/bin/tritonserver
52
SERVER_ARGS="--model-repository=${MODELDIR}"
53
SERVER_LOG="./inference_server.log"
0 commit comments