docs: add Mistral Medium 3.5 VLM coverage and fine-tuning guide#2091
Merged
docs: add Mistral Medium 3.5 VLM coverage and fine-tuning guide#2091
Conversation
Contributor
Author
|
/ok to test c500cc7 |
Mistral AI's new flagship 128B dense VLM is now supported in NeMo AutoModel via the Mistral3FP8VLMForConditionalGeneration custom class (Pixtral vision tower + Ministral-3 dense decoder, FP8 on disk). Mistral Medium 3.5 merges Mistral Medium 3.1, Magistral Medium, and Devstral 2 into a single checkpoint with a configurable reasoning mode and a 256k context window — open-weights under a modified MIT license. Architecturally it shares the dense Ministral-3 text backbone with mistralai/Devstral-2-123B-Instruct-2512. This commit adds the documentation for that model: - docs/model-coverage/vlm/mistralai/mistral-medium-3-5.md: model coverage page covering architecture (dense, 88-layer Ministral-3 text backbone + Pixtral vision tower), strengths/trade-offs, use cases, recipe, install/run snippets. Modeled on mistral-small-4.md. - docs/guides/vlm/mistral-medium-3-5.md: end-to-end fine-tuning guide on MedPix-VQA with the 8-node TP=8 PP=8 recipe, including a walkthrough of the FP8 dequantize-on-load path. Modeled on the Qwen3.5-VL guide. - docs/model-coverage/vlm/index.md: add Mistral Medium 3.5 row to supported models table and toctree. - docs/model-coverage/latest-models.md: prepend release row. - docs/index.md: add Mistral Medium 3.5 VL to the guides toctree. - README.md: add news bullet. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
c500cc7 to
e5aeebb
Compare
Contributor
Author
|
/ok to test e5aeebb |
hemildesai
approved these changes
Apr 29, 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.
Summary
Mistral3FP8VLMForConditionalGeneration), TP plan, PP forward, and 8-node MedPix recipe. This PR is documentation-only.🤖 Generated with Claude Code