[Misc] Remove duplicate multiproc method setting for CPU platform (#19649)

Signed-off-by: Isotr0py <2037008807@qq.com>
This commit is contained in:
Isotr0py 2025-06-16 10:26:58 +08:00 committed by GitHub
parent 91b2c17a55
commit a5e7242d5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,9 +216,6 @@ class CpuPlatform(Platform):
# Disable torch async compiling which won't work with daemonic processes
os.environ["TORCHINDUCTOR_COMPILE_THREADS"] = "1"
# Share the cpusets list among ranks by spawning process instead
os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
# Intel OpenMP setting
ld_prealod_str = os.getenv("LD_PRELOAD", "")
if "libiomp5.so" in ld_prealod_str: