Skip to content

Update test.sh - export env var #89

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Draft
wants to merge 1 commit into
base: r25.04-vllm-spawn
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion ci/L0_backend_vllm/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

RET=0
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"
VLLM_WORKER_MULTIPROC_METHOD=spawn
export VLLM_WORKER_MULTIPROC_METHOD=spawn

python3 -m pip install tritonclient[grpc]

Expand Down
Loading