-
Notifications
You must be signed in to change notification settings - Fork 137
Add new-features section #1408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new-features section #1408
Conversation
Signed-off-by: Rahul Tuli <[email protected]>
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. Note: This is required to complete the testing suite, please only add the label once the PR is code complete and local testing has been performed. |
Signed-off-by: Rahul Tuli <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would formalize the tone a little bit here.
Axolotl only supports one modifier atm (iirc),
I would also avoid using words like "our", since this is an open source community project.
- Meta utilized LLM Compressor to create the
+ See the FP8-quantized Llama-4-Maverick-17B-128E model created using LLM Compressor by the Meta AI team
Signed-off-by: Rahul Tuli <[email protected]>
|
This PR updates the main README.md to introduce a "New Features" section, improving visibility for recent major additions to LLM Compressor. This section highlights: - Axolotl Sparse Finetuning Integration (https://docs.axolotl.ai/docs/custom_integrations.html#llmcompressor) - AutoAWQ Integration for low-bit weight quantization (#1177) - Day 0 Llama 4 support and its use by Meta This helps users quickly understand the latest capabilities of the library. --------- Signed-off-by: Rahul Tuli <[email protected]>
This PR updates the main README.md to introduce a "New Features" section, improving visibility for recent major additions to LLM Compressor.
This section highlights:
This helps users quickly understand the latest capabilities of the library.