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
ac182341
Commit
ac182341
authored
Jul 10, 2025
by
王敏
Browse files
[fix]修复091 v0 engine mtp报错问题
parent
cd6239dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/spec_decode/spec_decode_worker.py
vllm/spec_decode/spec_decode_worker.py
+1
-1
No files found.
vllm/spec_decode/spec_decode_worker.py
View file @
ac182341
...
@@ -749,7 +749,7 @@ class SpecDecodeWorker(LoRANotSupportedWorkerBase):
...
@@ -749,7 +749,7 @@ class SpecDecodeWorker(LoRANotSupportedWorkerBase):
seq_group_meta_with_hidden
):
seq_group_meta_with_hidden
):
self
.
previous_hidden_states
.
update
(
hidden_states
,
self
.
previous_hidden_states
.
update
(
hidden_states
,
seq_group_meta_with_hidden
)
seq_group_meta_with_hidden
)
self
.
previous_hidden_states
.
prune
(
seq_group_meta_with_hidden
)
#
self.previous_hidden_states.prune(seq_group_meta_with_hidden)
# Store logits from target model execution.
# Store logits from target model execution.
if
self
.
tree_decoding
:
if
self
.
tree_decoding
:
...
...
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