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 b71088a commit cae8258Copy full SHA for cae8258
ci/L0_backend_vllm/test.sh
@@ -28,7 +28,7 @@
28
RET=0
29
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"
30
31
-python3 -m pip install --upgrade pip && pip3 install tritonclient[grpc]
+python3 -m pip install tritonclient[grpc]
32
33
for TEST in ${SUBTESTS}; do
34
(cd ${TEST} && bash -ex test.sh && cd ..)
ci/L0_multi_gpu/test.sh
SUBTESTS="vllm_backend multi_lora"
0 commit comments