File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/
63
63
### Method 2: From source
64
64
```
65
65
# Use the last release branch
66
- git clone -b v0.3.3.post1 https://github.com/sgl-project/sglang.git
66
+ git clone -b v0.3.4 https://github.com/sgl-project/sglang.git
67
67
cd sglang
68
68
69
69
pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " sglang"
7
- version = " 0.3.3.post1 "
7
+ version = " 0.3.4 "
8
8
description = " SGLang is yet another fast serving framework for large language models and vision language models."
9
9
readme = " README.md"
10
10
requires-python = " >=3.8"
Original file line number Diff line number Diff line change 1
- __version__ = "0.3.3.post1 "
1
+ __version__ = "0.3.4 "
You can’t perform that action at this time.
0 commit comments