Update docs/sglang_deploy_guide.md
Browse files
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
|