File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Note: Please check the [FlashInfer installation doc](https://docs.flashinfer.ai/
65
65
### Method 2: From source
66
66
```
67
67
# Use the last release branch
68
- git clone -b v0.3.4.post1 https://github.com/sgl-project/sglang.git
68
+ git clone -b v0.3.4.post2 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 @@ -16,7 +16,7 @@ Note: Please check the [FlashInfer installation doc](https://docs.flashinfer.ai/
16
16
### Method 2: From source
17
17
```
18
18
# Use the last release branch
19
- git clone -b v0.3.4.post1 https://github.com/sgl-project/sglang.git
19
+ git clone -b v0.3.4.post2 https://github.com/sgl-project/sglang.git
20
20
cd sglang
21
21
22
22
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.4.post1 "
7
+ version = " 0.3.4.post2 "
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.4.post1 "
1
+ __version__ = "0.3.4.post2 "
You can’t perform that action at this time.
0 commit comments