Skip to content

Commit 5a68240

Browse files
authored
Update sglang install command for deterministic blog (#219)
1 parent 31e6189 commit 5a68240

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

blog/2025-09-22-sglang-deterministic.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,9 @@ We acknowledge that deterministic inference is significantly slower than normal
115115

116116
### Environment Setup
117117

118-
To set up the environment, install SGLang from source:
118+
To set up the environment, install SGLang with version >=0.5.3
119119
```bash
120-
# Use the latest main branch
121-
git clone https://github.com/sgl-project/sglang.git
122-
cd sglang
123-
124-
# Install the python packages
125-
pip install --upgrade pip
126-
pip install -e "python[all]"
120+
pip install "sglang[all]>=0.5.3"
127121
```
128122
### Launching the Server
129123

0 commit comments

Comments
 (0)