[Docs] Mistral Medium 3.5 cookbook: replace stale day-0 dev images with latest (#31507)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
zijiexia
2026-07-16 20:19:01 -07:00
committed by GitHub
co-authored by Claude Fable 5
parent 7355e0cb87
commit 40a3bd7659
@@ -41,14 +41,7 @@ The HuggingFace repo ships both the mistral native layout (`params.json` + `cons
Refer to the [official SGLang installation guide](../../../docs/get-started/install).
**Docker Images by Hardware:**
| Hardware | Docker Image |
| --- | --- |
| H100 / H200 (Hopper, CUDA 12.9) | `lmsysorg/sglang:dev-mistral-medium-3.5` |
| B200 / B300 (Blackwell, CUDA 13.0) | `lmsysorg/sglang:dev-cu13-mistral-medium-3.5` |
> Day-0 support for Mistral Medium 3.5 is not yet in `lmsysorg/sglang:latest` — pull one of the tags above (matching your GPU's CUDA driver) until the changes propagate to the next stable release.
**Docker Image:** `lmsysorg/sglang:latest` covers all the GPUs in this cookbook (H100 / H200 / B200 / B300).
---