From 14795dcb1afb4f6bc46e479995b53c608740c705 Mon Sep 17 00:00:00 2001 From: Jimmy Shong <69131491+Jiminator@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:43:55 -0700 Subject: [PATCH] [docs] Point the Qwen3.8-27B DFLASH2 note back at the rolling dev image tag (#35767) --- docs/cookbook/autoregressive/Qwen/Qwen3.8-27B.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/autoregressive/Qwen/Qwen3.8-27B.mdx b/docs/cookbook/autoregressive/Qwen/Qwen3.8-27B.mdx index c62e95fb5..66da53822 100644 --- a/docs/cookbook/autoregressive/Qwen/Qwen3.8-27B.mdx +++ b/docs/cookbook/autoregressive/Qwen/Qwen3.8-27B.mdx @@ -36,7 +36,7 @@ docker pull lmsysorg/sglang:qwen38-27b # For the DFLASH2 cells only — that tag predates DFlash2 selector support, # so pull a nightly built from main instead: -# docker pull lmsysorg/sglang:dev-nightly-0820 +# docker pull lmsysorg/sglang:dev ``` For how to launch the image, see [Install → Method 3: Using Docker](../../../docs/get-started/install#method-3-using-docker). Substitute the inner `sglang serve ...` with what the command generator below produces.