From 8eaffdf382e06b7dc50fc5c76cc5aad9c36bb0e4 Mon Sep 17 00:00:00 2001 From: Yuhao Yang <47235274+yhyang201@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:53:55 +0800 Subject: [PATCH] docs: point the Qwen3.8-Flash-Next cookbook at model support PR #36497 (#36499) --- docs/cookbook/autoregressive/Qwen/Qwen3.8-Flash-Next.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cookbook/autoregressive/Qwen/Qwen3.8-Flash-Next.mdx b/docs/cookbook/autoregressive/Qwen/Qwen3.8-Flash-Next.mdx index 5dfdb9e1a..23032e5ed 100644 --- a/docs/cookbook/autoregressive/Qwen/Qwen3.8-Flash-Next.mdx +++ b/docs/cookbook/autoregressive/Qwen/Qwen3.8-Flash-Next.mdx @@ -23,15 +23,15 @@ pip install -U uv uv venv --python 3.12 && source .venv/bin/activate # Qwen3.8-Flash-Next model support: -# https://github.com/sgl-project/sglang/pull/ +# https://github.com/sgl-project/sglang/pull/36497 git clone https://github.com/sgl-project/sglang.git cd sglang -git fetch origin pull//head && git checkout FETCH_HEAD +git fetch origin pull/36497/head && git checkout FETCH_HEAD uv pip install -e python ``` -`` is a placeholder — substitute the number of the SGLang PR that adds Qwen3.8-Flash-Next model support. Once that PR is in a release, `uv pip install sglang` is enough and this whole step goes away. +Model support lands in [#36497](https://github.com/sgl-project/sglang/pull/36497). Once it is in a release, `uv pip install sglang` is enough and this whole step goes away. Then run the **Python** output of the command panel below in that environment.