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
71575961
Unverified
Commit
71575961
authored
Dec 30, 2025
by
Li, Jiang
Committed by
GitHub
Dec 30, 2025
Browse files
[CPU] Disable async schedule on CPU (#31525)
Signed-off-by:
jiang1.li
<
jiang1.li@intel.com
>
parent
ab1af6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/platforms/cpu.py
vllm/platforms/cpu.py
+2
-0
No files found.
vllm/platforms/cpu.py
View file @
71575961
...
...
@@ -193,6 +193,8 @@ class CpuPlatform(Platform):
)
scheduler_config
=
vllm_config
.
scheduler_config
# async scheduling is not required on CPU
scheduler_config
.
async_scheduling
=
False
if
(
scheduler_config
.
enable_chunked_prefill
or
cache_config
.
enable_prefix_caching
...
...
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