Skip to content

Commit 0e01a8f

Browse files
Update test.sh - export env var
1 parent b6f4856 commit 0e01a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/L0_backend_vllm/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
RET=0
2929
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"
30-
VLLM_WORKER_MULTIPROC_METHOD=spawn
30+
export VLLM_WORKER_MULTIPROC_METHOD=spawn
3131

3232
python3 -m pip install tritonclient[grpc]
3333

0 commit comments

Comments
 (0)