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.