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 e13fead commit 460bd45Copy full SHA for 460bd45
ci/L0_backend_vllm/test.sh
@@ -28,6 +28,9 @@
28
RET=0
29
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"
30
31
+export C_INCLUDE_PATH=/usr/local/cuda/include:$C_INCLUDE_PATH
32
+export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
33
+
34
python3 -m pip install tritonclient[grpc]
35
36
for TEST in ${SUBTESTS}; do
0 commit comments