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
ca2f6b9c
Unverified
Commit
ca2f6b9c
authored
Jun 02, 2025
by
Gregory Shtrasberg
Committed by
GitHub
Jun 02, 2025
Browse files
[Bugfix][Model] Attempt to fix eagle in V0. (#18978)
Signed-off-by:
Gregory Shtrasberg
<
Gregory.Shtrasberg@amd.com
>
parent
20133cfe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/config.py
vllm/config.py
+2
-1
No files found.
vllm/config.py
View file @
ca2f6b9c
...
@@ -2595,7 +2595,8 @@ class SpeculativeConfig:
...
@@ -2595,7 +2595,8 @@ class SpeculativeConfig:
else
:
else
:
eagle_config
=
EAGLEConfig
(
eagle_config
=
EAGLEConfig
(
self
.
draft_model_config
.
hf_config
,
self
.
draft_model_config
.
hf_config
,
method
=
self
.
method
)
method
=
self
.
method
,
model_type
=
"eagle"
)
self
.
draft_model_config
.
hf_config
=
eagle_config
self
.
draft_model_config
.
hf_config
=
eagle_config
if
(
self
.
num_speculative_tokens
is
not
None
if
(
self
.
num_speculative_tokens
is
not
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