Update docs/sglang_deploy_guide.md (#5)
Browse files- Update docs/sglang_deploy_guide.md (1c8932ef382594711d69a61fa487634facfed1d2)
Co-authored-by: zhaochenyang20 <zhaochenyang20@users.noreply.huggingface.co>
docs/sglang_deploy_guide.md
CHANGED
|
@@ -35,7 +35,7 @@ It is recommended to use a virtual environment (such as **venv**, **conda**, or
|
|
| 35 |
We recommend installing SGLang in a fresh Python environment:
|
| 36 |
|
| 37 |
```bash
|
| 38 |
-
git clone -b v0.5.4.
|
| 39 |
cd sglang
|
| 40 |
|
| 41 |
# Install the python packages
|
|
|
|
| 35 |
We recommend installing SGLang in a fresh Python environment:
|
| 36 |
|
| 37 |
```bash
|
| 38 |
+
git clone -b v0.5.4.post1 https://github.com/sgl-project/sglang.git
|
| 39 |
cd sglang
|
| 40 |
|
| 41 |
# Install the python packages
|