From 50748aa4d5bc00ae9dfcc8ed643ae8a8d6853231 Mon Sep 17 00:00:00 2001 From: Thomas Parnell Date: Thu, 6 Mar 2025 03:59:46 -0500 Subject: [PATCH] Disable spawn when running V1 Test 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 521faeedd415..e32c9798b31d 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -198,7 +198,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