[Bugfix] Remove the num_hidden_layers override for glm4_moe (#31745)
This commit is contained in:
@@ -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"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user