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
487678d0
Unverified
Commit
487678d0
authored
Oct 07, 2024
by
Isotr0py
Committed by
GitHub
Oct 06, 2024
Browse files
[Bugfix][Hardware][CPU] Fix CPU model input for decode (#9044)
parent
cb3b2b9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/worker/cpu_model_runner.py
vllm/worker/cpu_model_runner.py
+1
-1
No files found.
vllm/worker/cpu_model_runner.py
View file @
487678d0
...
...
@@ -133,7 +133,7 @@ class ModelInputForCPUBuilder(ModelRunnerInputBuilderBase[ModelInputForCPU]):
(
input_tokens
,
input_positions
,
attn_metadata
)
=
self
.
_prepare_decode
(
self
.
seq_group_metadata_list
)
seq_lens
=
[]
seq_lens
=
None
return
self
.
model_input_cls
(
input_tokens
=
input_tokens
,
...
...
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