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
e7dcfb5b
Commit
e7dcfb5b
authored
Apr 11, 2026
by
王敏
Browse files
[fix]修复不开pcp时打开mtp报错
parent
561b6cbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/spec_decode/eagle.py
vllm/v1/spec_decode/eagle.py
+2
-2
No files found.
vllm/v1/spec_decode/eagle.py
View file @
e7dcfb5b
...
...
@@ -222,9 +222,9 @@ class SpecDecodeBaseProposer:
1
,
len
(
self
.
tree_choices
)
+
1
,
device
=
device
,
dtype
=
torch
.
int32
).
repeat
(
max_batch_size
,
1
)
self
.
scatter_indexes_tensor
=
None
self
.
gather_indexes_tensor
=
None
if
envs
.
VLLM_MLA_CP
:
self
.
scatter_indexes_tensor
=
None
self
.
gather_indexes_tensor
=
None
self
.
query_start_loc
=
CpuGpuBuffer
(
max_batch_size
+
1
,
dtype
=
torch
.
int32
,
...
...
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