You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf(" --allow-requantize: Allows requantizing tensors that have already been quantized. Warning: This can severely reduce quality compared to quantizing from 16bit or 32bit\n");
77
77
printf(" --leave-output-tensor: Will leave output.weight un(re)quantized. Increases model size but may also increase quality, especially when requantizing\n");
78
-
printf(" --pure: Disable k-quant mixtures and quantize all tensors to the same type");
78
+
printf(" --pure: Duisable k-quant mixtures and quantize all tensors to the same type\n");
0 commit comments