"vscode:/vscode.git/clone" did not exist on "71447e1bc7bde8de22efb083d90409ab1b541ae7"
Unverified Commit ab9187a2 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

docs: update sglang installation guide (#11659)

parent 6b143d62
...@@ -12,7 +12,7 @@ It is recommended to use uv for faster installation: ...@@ -12,7 +12,7 @@ It is recommended to use uv for faster installation:
```bash ```bash
pip install --upgrade pip pip install --upgrade pip
pip install uv pip install uv
uv pip install "sglang[all]>=0.5.3.post1" uv pip install sglang --upgrade
``` ```
**Quick fixes to common problems** **Quick fixes to common problems**
...@@ -29,7 +29,7 @@ cd sglang ...@@ -29,7 +29,7 @@ cd sglang
# Install the python packages # Install the python packages
pip install --upgrade pip pip install --upgrade pip
pip install -e "python[all]" pip install -e "python"
``` ```
**Quick fixes to common problems** **Quick fixes to common problems**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment