mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
fixed clip quantize
This commit is contained in:
parent
fda682fa12
commit
dbb6bbf8ea
2 changed files with 17 additions and 5 deletions
|
@ -33,7 +33,7 @@ int main(int argc, char ** argv) {
|
|||
|
||||
printf("quantizing mmproj clip model to type=%d... ",type);
|
||||
clip_model_quantize(fname_inp.c_str(), fname_out.c_str(), type);
|
||||
printf("done\n");
|
||||
printf("\ndone\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue