streamline output console log (+1 squashed commits)

Squashed commits:

[ca474bdd] streamline output console log
This commit is contained in:
Concedo 2025-03-13 14:58:08 +08:00
parent 16137f4281
commit 1ef41c2124
2 changed files with 13 additions and 1 deletions

View file

@ -3171,6 +3171,11 @@ bool clip_model_quantize(const char * fname_inp, const char * fname_out, const i
{
quantize = false;
}
// //temp fix for gemma3
// if(name.find("ffn_up.weight") != std::string::npos)
// {
// quantize = false;
// }
}
if (quantize) {