Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ci/L0_backend_vllm/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
RET=0
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"

export C_INCLUDE_PATH=/usr/local/cuda/include:$C_INCLUDE_PATH
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas

python3 -m pip install tritonclient[grpc]

for TEST in ${SUBTESTS}; do
Expand Down
Loading