Skip to content

Commit a5e7242

Browse files
authored
[Misc] Remove duplicate multiproc method setting for CPU platform (#19649)
Signed-off-by: Isotr0py <2037008807@qq.com>
1 parent 91b2c17 commit a5e7242

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vllm/platforms/cpu.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ def check_and_update_config(cls, vllm_config: VllmConfig) -> None:
216216
# Disable torch async compiling which won't work with daemonic processes
217217
os.environ["TORCHINDUCTOR_COMPILE_THREADS"] = "1"
218218

219-
# Share the cpusets list among ranks by spawning process instead
220-
os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
221-
222219
# Intel OpenMP setting
223220
ld_prealod_str = os.getenv("LD_PRELOAD", "")
224221
if "libiomp5.so" in ld_prealod_str:

0 commit comments

Comments
 (0)