Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a5e7242d
Unverified
Commit
a5e7242d
authored
Jun 16, 2025
by
Isotr0py
Committed by
GitHub
Jun 16, 2025
Browse files
[Misc] Remove duplicate multiproc method setting for CPU platform (#19649)
Signed-off-by:
Isotr0py
<
2037008807@qq.com
>
parent
91b2c17a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/platforms/cpu.py
vllm/platforms/cpu.py
+0
-3
No files found.
vllm/platforms/cpu.py
View file @
a5e7242d
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment