Skip to content

Remove reindexing step from Mistral Large 3 FP8 example#2530

Open
omkar-334 wants to merge 3 commits intovllm-project:mainfrom
omkar-334:fix-ml3
Open

Remove reindexing step from Mistral Large 3 FP8 example#2530
omkar-334 wants to merge 3 commits intovllm-project:mainfrom
omkar-334:fix-ml3

Conversation

@omkar-334
Copy link
Copy Markdown
Contributor

Fixes #2515

TEST PLAN:
Verify the docs page renders correctly at docs/key-models/mistral-large-3/fp8-example.md

cc @kylesayrs

Signed-off-by: Omkar Kabde <omkarkabde@gmail.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the codebase by moving the GPTQModifier from llmcompressor.modifiers.quantization.gptq to llmcompressor.modifiers.gptq. All relevant examples, tests, and documentation have been updated to use the new import path, and a backwards compatibility shim with a deprecation warning has been added to the old location. Furthermore, the Mistral Large 3 FP8 example was updated to remove a weight reindexing step that is no longer required. I have no feedback to provide.

@mergify mergify bot added the documentation Improvements or additions to documentation label Mar 27, 2026
@github-actions
Copy link
Copy Markdown

👋 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.

Copy link
Copy Markdown
Collaborator

@kylesayrs kylesayrs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please update the documentation as well? Thanks!

@omkar-334
Copy link
Copy Markdown
Contributor Author

hey @kylesayrs i'm a bit confused, Could you point me to which documentation i need to update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Fix ML3 FP8 documentation example

2 participants