mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-06-28 04:30:15 -05:00
Avoid Gemma4 assistant strange tensor name warnings
This commit is contained in:
parent
7cacf28eec
commit
9283af5ed8
@ -3174,7 +3174,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