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
e5173d3b
Unverified
Commit
e5173d3b
authored
Jan 07, 2026
by
Andy Liu
Committed by
GitHub
Jan 08, 2026
Browse files
[Bugfix] Remove the num_hidden_layers override for glm4_moe (#31745)
parent
d3235cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/config/speculative.py
vllm/config/speculative.py
+0
-1
No files found.
vllm/config/speculative.py
View file @
e5173d3b
...
...
@@ -199,7 +199,6 @@ class SpeculativeConfig:
n_predict
=
getattr
(
hf_config
,
"num_nextn_predict_layers"
,
None
)
hf_config
.
update
(
{
"num_hidden_layers"
:
0
,
"n_predict"
:
n_predict
,
"architectures"
:
[
"Glm4MoeMTPModel"
],
}
...
...
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