Skip to content

Commit 460bd45

Browse files
authored
fix: Update environment configuration (#102)
1 parent e13fead commit 460bd45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/L0_backend_vllm/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
RET=0
2929
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"
3030

31+
export C_INCLUDE_PATH=/usr/local/cuda/include:$C_INCLUDE_PATH
32+
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
33+
3134
python3 -m pip install tritonclient[grpc]
3235

3336
for TEST in ${SUBTESTS}; do

0 commit comments

Comments
 (0)