mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
streamline output console log (+1 squashed commits)
Squashed commits: [ca474bdd] streamline output console log
This commit is contained in:
parent
16137f4281
commit
1ef41c2124
2 changed files with 13 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue