Spelling mistake in your quantize example
#3
by Joseph717171 - opened
Your quantize example needs a spelling correction: --matrix should be --imatrix
Change: ./quantize --imatrix <output.matrix> <model_path>/ggml-model-f16.gguf <quantisation_level, eg:IQ4_XS>
to: ./quantize --imatrix <output.matrix> <model_path>/ggml-model-f16.gguf <quantisation_level, eg:IQ4_XS>
Thank you for spotting and reporting the typo. Corrected.
froggeric changed discussion status to closed