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 70e08bc commit fb3e0f8Copy full SHA for fb3e0f8
qa/L0_backend_python/examples/test.sh
@@ -29,6 +29,7 @@ source ../common.sh
29
source ../../common/util.sh
30
31
TRITON_REPO_ORGANIZATION=${TRITON_REPO_ORGANIZATION:="http://github.com/triton-inference-server"}
32
+
33
SERVER_ARGS="--model-repository=${MODELDIR}/examples/python_backend/models --backend-directory=${BACKEND_DIR} --log-verbose=1"
34
SERVER_LOG="./examples_server.log"
35
@@ -441,6 +442,6 @@ else
441
442
echo -e "\n***\n*** Example verification test FAILED.\n***"
443
fi
444
-pip3 uninstall numpy
445
+pip3 uninstall -y numpy
446
pip3 install "numpy<2"
447
exit $RET
0 commit comments