Update Inkling cookbook install command (#32799)

This commit is contained in:
Ke Bao
2026-07-30 02:23:23 +08:00
committed by GitHub
parent 2ca2ca753a
commit f73d6f2789
@@ -16,11 +16,11 @@ For all install methods and hardware platforms, see the [official SGLang install
<Tab title="Python (pip / uv)">
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.