docs: update sglang installation guide (#11659)
This commit is contained in:
@@ -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
|
|||||||
|
|
||||||
# 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**
|
||||||
|
|||||||
Reference in New Issue
Block a user