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.
1 parent 91b2c17 commit a5e7242Copy full SHA for a5e7242
vllm/platforms/cpu.py
@@ -216,9 +216,6 @@ def check_and_update_config(cls, vllm_config: VllmConfig) -> None:
216
# Disable torch async compiling which won't work with daemonic processes
217
os.environ["TORCHINDUCTOR_COMPILE_THREADS"] = "1"
218
219
- # Share the cpusets list among ranks by spawning process instead
220
- os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
221
-
222
# Intel OpenMP setting
223
ld_prealod_str = os.getenv("LD_PRELOAD", "")
224
if "libiomp5.so" in ld_prealod_str:
0 commit comments