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
87f48623
Unverified
Commit
87f48623
authored
Aug 17, 2025
by
Ning Xie
Committed by
GitHub
Aug 16, 2025
Browse files
[Misc] method name typo fix (#23042)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
5c32143b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/worker/cpu_model_runner.py
vllm/v1/worker/cpu_model_runner.py
+2
-2
No files found.
vllm/v1/worker/cpu_model_runner.py
View file @
87f48623
...
...
@@ -29,7 +29,7 @@ class CPUModelRunner(GPUModelRunner):
self
.
use_cuda_graph
=
False
self
.
cascade_attn_enabled
=
False
self
.
_postprocess_ten
o
srs
()
self
.
_postprocess_tens
o
rs
()
def
_may_reorder_batch
(
self
,
scheduler_output
:
"SchedulerOutput"
)
->
None
:
"""
...
...
@@ -59,7 +59,7 @@ class CPUModelRunner(GPUModelRunner):
self
.
attn_groups
[
0
][
0
].
metadata_builder
.
reorder_batch
(
self
.
input_batch
,
scheduler_output
)
def
_postprocess_ten
o
srs
(
self
)
->
None
:
def
_postprocess_tens
o
rs
(
self
)
->
None
:
# Note: replace device tensors with cpu tensors
def
replace_tensor
(
obj
:
Any
,
cpu_attr_name
:
str
,
device_attr_name
)
->
None
:
...
...
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