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 5ed7a12 commit 0757124Copy full SHA for 0757124
ci/L0_backend_vllm/accuracy_test/test.sh
@@ -109,7 +109,7 @@ if [ "$SERVER_PID" == "0" ]; then
109
fi
110
111
set +e
112
-python3 $CLIENT_PY VLLMTritonAccuracyTest.test_vllm_model > $CLIENT_LOG 2>&1
+python3 -m unittest accuracy_test.VLLMTritonAccuracyTest.test_vllm_model > $CLIENT_LOG 2>&1
113
114
if [ $? -ne 0 ]; then
115
cat $CLIENT_LOG
0 commit comments