Skip to content

Commit a144d8b

Browse files
authored
[Testing] Set VLLM_WORKER_MULTIPROC_METHOD for e2e testing (#1569)
SUMMARY: - Set `VLLM_WORKER_MULTIPROC_METHOD` fo e2e vllm testing, as per vllm-project/vllm#14535 (comment) - With that, our e2e is green: https://github.com/neuralmagic/llm-compressor-testing/actions/runs/15739077015/job/44359835739
1 parent f6010ce commit a144d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/vLLM/test_vllm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
)
3131
SKIP_HF_UPLOAD = os.environ.get("SKIP_HF_UPLOAD", "")
3232
TIMINGS_DIR = os.environ.get("TIMINGS_DIR", "timings/e2e-test_vllm")
33-
33+
os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
3434
EXPECTED_SAVED_FILES = [
3535
"config.json",
3636
r"^model(?:-\d{5}-of-\d{5})?\.safetensors$",

0 commit comments

Comments
 (0)