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
cb64c6bc
Commit
cb64c6bc
authored
Dec 29, 2025
by
王敏
Browse files
[feat]解决deepep auto模式卡住问题
parent
e60a51b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/zero_overhead/v1/eagle.py
vllm/zero_overhead/v1/eagle.py
+3
-0
No files found.
vllm/zero_overhead/v1/eagle.py
View file @
cb64c6bc
...
...
@@ -108,6 +108,9 @@ class V1ZeroEagleProposer(EagleProposer):
else
:
num_input_tokens
=
num_tokens
num_pad
,
num_tokens_across_dp
=
self
.
get_dp_padding
(
num_input_tokens
)
num_input_tokens
+=
num_pad
# copy inputs to buffer for cudagraph
self
.
positions
[:
num_tokens
]
=
target_positions
self
.
hidden_states
[:
num_tokens
]
=
target_hidden_states
...
...
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