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
d79d9f07
Unverified
Commit
d79d9f07
authored
Nov 05, 2025
by
Wentao Ye
Committed by
GitHub
Nov 05, 2025
Browse files
[Bug] Fix cpu disable shared_experts `VLLM_DISABLE_SHARED_EXPERTS_STREAM` (#28157)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
b6a248bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/platforms/cpu.py
vllm/platforms/cpu.py
+1
-1
No files found.
vllm/platforms/cpu.py
View file @
d79d9f07
...
...
@@ -299,7 +299,7 @@ class CpuPlatform(Platform):
os
.
environ
[
"TORCHINDUCTOR_COMPILE_THREADS"
]
=
"1"
# Disable multi-stream for shared experts as no Stream on CPU
os
.
environ
[
"VLLM_DISABLE_SHARED_EXPERTS_STREAM"
]
=
"
0
"
os
.
environ
[
"VLLM_DISABLE_SHARED_EXPERTS_STREAM"
]
=
"
1
"
# Intel OpenMP setting
ld_preload_str
=
os
.
getenv
(
"LD_PRELOAD"
,
""
)
...
...
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