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
1e86c802
Unverified
Commit
1e86c802
authored
Jan 31, 2026
by
smashyalts
Committed by
GitHub
Jan 31, 2026
Browse files
Fix grammar (#33121)
Signed-off-by:
smashyalts
<
smashyalts@gmail.com
>
parent
fedf6433
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/cpu_worker.py
vllm/v1/worker/cpu_worker.py
+1
-1
No files found.
vllm/v1/worker/cpu_worker.py
View file @
1e86c802
...
...
@@ -141,7 +141,7 @@ class CPUWorker(Worker):
CpuPlatform
.
get_allowed_cpu_core_node_list
()
)
assert
len
(
allowed_numa_nodes
)
>=
self
.
parallel_config
.
world_size
,
(
f
"No enough allowed NUMA nodes to bind threads of "
f
"No
t
enough allowed NUMA nodes to bind threads of "
f
"
{
self
.
parallel_config
.
world_size
}
CPUWorkers. "
f
"Allowed NUMA nodes are
{
allowed_numa_nodes
}
. "
"Please try to bind threads manually."
...
...
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