From 8ca2b21c989cc5658353f240318dab489fba95c2 Mon Sep 17 00:00:00 2001 From: Thomas Parnell Date: Thu, 6 Mar 2025 22:52:46 +0100 Subject: [PATCH] [CI] Disable spawn when running V1 Test (#14345) Signed-off-by: Thomas Parnell --- .buildkite/test-pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index ef05cb99cf1f4..7b74bc9c3520f 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -200,7 +200,6 @@ steps: - tests/v1 commands: # split the test to avoid interference - - export VLLM_WORKER_MULTIPROC_METHOD=spawn - VLLM_USE_V1=1 pytest -v -s v1/core - VLLM_USE_V1=1 pytest -v -s v1/engine - VLLM_USE_V1=1 pytest -v -s v1/sample