[Docs] Add --prerelease=allow to cookbook uv install commands (#35920)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
zijiexia
2026-08-21 15:51:48 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent 2440820528
commit fe8f9d7457
28 changed files with 36 additions and 32 deletions
@@ -19,7 +19,7 @@ Ornith-1.0 model cards recommend SGLang `>=0.5.9`. The Deploy panel below emits
```bash Command
pip install --upgrade pip
pip install uv
uv pip install "sglang>=0.5.9"
uv pip install --prerelease=allow "sglang>=0.5.9"
```
Then run the **Python** output of the command panel below in that environment.