Draft
Conversation
idoudali
commented
Mar 25, 2026
| method: str = "awq_q4_0" | ||
| """Quantization method. AWQ methods (awq_q4_0, awq_q8_0) provide best quality. | ||
| Direct GGUF methods (q4_0, q8_0) for llama.cpp. Precision methods (f16, f32).""" | ||
| backend: str | None = None |
Contributor
Author
There was a problem hiding this comment.
we would like not to expose the backend
The customer cares more about the format and not the backend being use
Keep the naming convention as is for now and infert the backend form the format. use a prefix like "bnb_" for the old case to avoid introducing more changes
015d0f6 to
4a09ae3
Compare
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.
Description
Related issues
Fixes # (issue)
Before submitting
Reviewers
At least one review from a member of
oumi-ai/oumi-staffis required.Summary by Gitar
awq_quantizer.py; addedllmcompressor_quantizer.pywith oneshot API integrationmethod(string) tobackend+scheme+algorithm(enums) inQuantizationConfig--methodinto--backend,--scheme,--algorithmflagsThis will update automatically on new commits.