From 40a3bd765975cbdf536cba450f38a28187996c6c Mon Sep 17 00:00:00 2001 From: zijiexia <37504505+zijiexia@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:19:01 -0700 Subject: [PATCH] [Docs] Mistral Medium 3.5 cookbook: replace stale day-0 dev images with latest (#31507) Co-authored-by: Claude Fable 5 --- .../autoregressive/Mistral/Mistral-Medium-3.5.mdx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs_new/cookbook/autoregressive/Mistral/Mistral-Medium-3.5.mdx b/docs_new/cookbook/autoregressive/Mistral/Mistral-Medium-3.5.mdx index 69af325d0..d62b597d9 100644 --- a/docs_new/cookbook/autoregressive/Mistral/Mistral-Medium-3.5.mdx +++ b/docs_new/cookbook/autoregressive/Mistral/Mistral-Medium-3.5.mdx @@ -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). ---