Skip to content

Commit 0757124

Browse files
committed
ip
1 parent 5ed7a12 commit 0757124

File tree

1 file changed

+1
-1
lines changed
  • ci/L0_backend_vllm/accuracy_test

1 file changed

+1
-1
lines changed

ci/L0_backend_vllm/accuracy_test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [ "$SERVER_PID" == "0" ]; then
109109
fi
110110

111111
set +e
112-
python3 $CLIENT_PY VLLMTritonAccuracyTest.test_vllm_model > $CLIENT_LOG 2>&1
112+
python3 -m unittest accuracy_test.VLLMTritonAccuracyTest.test_vllm_model > $CLIENT_LOG 2>&1
113113

114114
if [ $? -ne 0 ]; then
115115
cat $CLIENT_LOG

0 commit comments

Comments
 (0)