From f73d6f278909e5f126888ca618667ba583efc8a2 Mon Sep 17 00:00:00 2001 From: Ke Bao Date: Thu, 30 Jul 2026 02:23:23 +0800 Subject: [PATCH] Update Inkling cookbook install command (#32799) --- docs_new/cookbook/autoregressive/ThinkingMachines/Inkling.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_new/cookbook/autoregressive/ThinkingMachines/Inkling.mdx b/docs_new/cookbook/autoregressive/ThinkingMachines/Inkling.mdx index a272a5fc0..334145279 100644 --- a/docs_new/cookbook/autoregressive/ThinkingMachines/Inkling.mdx +++ b/docs_new/cookbook/autoregressive/ThinkingMachines/Inkling.mdx @@ -16,11 +16,11 @@ For all install methods and hardware platforms, see the [official SGLang install -Inkling support isn't in a `pip` release yet — install from the `inkling-support` branch: +Inkling has merged to `main` but isn't in a `pip` release yet — install from source: ```bash Command pip install --upgrade pip -pip install "sglang[all] @ git+https://github.com/sgl-project/sglang.git@inkling-support" +pip install 'git+https://github.com/sgl-project/sglang.git#subdirectory=python' ``` Then run the **Python** output of the command panel below.