From 9f26697d6a6ac18686c8b97334f0a06a757f3fb5 Mon Sep 17 00:00:00 2001 From: zijiexia <37504505+zijiexia@users.noreply.github.com> Date: Sat, 16 May 2026 11:17:51 -0700 Subject: [PATCH] [Docs] Update DeepSeek V4 cookbook to use the latest docker image (#25410) --- .../autoregressive/DeepSeek/DeepSeek-V4.mdx | 47 +++---------------- 1 file changed, 6 insertions(+), 41 deletions(-) diff --git a/docs_new/cookbook/autoregressive/DeepSeek/DeepSeek-V4.mdx b/docs_new/cookbook/autoregressive/DeepSeek/DeepSeek-V4.mdx index ffbf6b9a4..10a1136d2 100644 --- a/docs_new/cookbook/autoregressive/DeepSeek/DeepSeek-V4.mdx +++ b/docs_new/cookbook/autoregressive/DeepSeek/DeepSeek-V4.mdx @@ -66,48 +66,13 @@ SGLang offers multiple installation methods. Choose based on your hardware platf Please refer to the [official SGLang installation guide](../../../docs/get-started/install) for installation instructions. -**Docker Images by Hardware Platform:** +**Docker Image:** Use `lmsysorg/sglang:latest` for all supported hardware platforms (B300 / B200 / GB200 / GB300 / H200 / H100). -
| Hardware Platform | -Docker Image | -
|---|---|
| NVIDIA B300 | -lmsysorg/sglang:deepseek-v4-b300 |
-
| NVIDIA B200 | -lmsysorg/sglang:deepseek-v4-blackwell |
-
| NVIDIA GB200 | -lmsysorg/sglang:deepseek-v4-grace-blackwell |
-
| NVIDIA GB300 | -lmsysorg/sglang:deepseek-v4-grace-blackwell |
-
| NVIDIA H200 | -lmsysorg/sglang:deepseek-v4-hopper |
-
| NVIDIA H100 | -lmsysorg/sglang:dev |
-