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 @@ -65,7 +65,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/
65
65
### Method 2: From source
66
66
```
67
67
# Use the last release branch
68
- git clone -b v0.3.2 https://github.com/sgl-project/sglang.git
68
+ git clone -b v0.3.3 https://github.com/sgl-project/sglang.git
69
69
cd sglang
70
70
71
71
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.2 "
7
+ version = " 0.3.3 "
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.2 "
1
+ __version__ = "0.3.3 "
You can’t perform that action at this time.
0 commit comments