mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-06-28 04:30:15 -05:00
Merge remote-tracking branch 'origin/main' into ik/qwen35_mtp_smgraph
This commit is contained in:
commit
e1670f6c6c
@ -3190,7 +3190,9 @@ static std::pair<std::vector<double>, double> get_layer_sizes(const llama_model_
|
||||
}
|
||||
}
|
||||
if (name == "mtp_pre_proj.weight" || name == "mtp_post_proj.weight" ||
|
||||
name == "mtp_centroids.weight" || name == "mtp_token_ordering.weight") {
|
||||
name == "mtp_centroids.weight" || name == "mtp_token_ordering.weight" ||
|
||||
name == "nextn.post_projection.weight" || name == "nextn.pre_projection.weight" ||
|
||||
name == "rope_freqs.weight") {
|
||||
continue;
|
||||
}
|
||||
if (name == "dflash_fc.weight" || name == "dflash_hidden_norm.weight") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user