We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VLLM_WORKER_MULTIPROC_METHOD
1 parent f6010ce commit a144d8bCopy full SHA for a144d8b
tests/e2e/vLLM/test_vllm.py
@@ -30,7 +30,7 @@
30
)
31
SKIP_HF_UPLOAD = os.environ.get("SKIP_HF_UPLOAD", "")
32
TIMINGS_DIR = os.environ.get("TIMINGS_DIR", "timings/e2e-test_vllm")
33
-
+os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
34
EXPECTED_SAVED_FILES = [
35
"config.json",
36
r"^model(?:-\d{5}-of-\d{5})?\.safetensors$",
0 commit comments