llama-quant : default ftype param Q5_1 --> Q8_0#20828
Merged
ggerganov merged 3 commits intoggml-org:masterfrom Apr 25, 2026
Merged
llama-quant : default ftype param Q5_1 --> Q8_0#20828ggerganov merged 3 commits intoggml-org:masterfrom
Q5_1 --> Q8_0#20828ggerganov merged 3 commits intoggml-org:masterfrom
Conversation
Change the default `ftype` in `llama_model_quantize_params` from `LLAMA_FTYPE_MOSTLY_Q5_1` to `LLAMA_FTYPE_MOSTLY_Q8_0`. In case some external program naively uses the default quantization params, we should probably default to a known-good type like Q8_0 rather than Q5_1, which is rather old.
Contributor
Author
|
Thoughts on this change? @ggerganov |
Contributor
Author
|
Pinging again for visibility - @ggerganov - in my opinion this change makes sense, but it's not a big deal either way, so, feel free to close it. Thank you, in any case. |
ggerganov
approved these changes
Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change the default
ftypeinllama_model_quantize_paramsfromLLAMA_FTYPE_MOSTLY_Q5_1toLLAMA_FTYPE_MOSTLY_Q8_0.In case some external program naively uses the default quantization params, we should probably default to a known-good type like Q8_0 rather than Q5_1, which is rather old.
Make sure to read the contributing guidelines before submitting a PR