Skip to content

Commit 9999442

Browse files
authored
Release v0.2.15 (#1295)
1 parent 6def9b0 commit 9999442

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/
5656
### Method 2: From source
5757
```
5858
# Use the last release branch
59-
git clone -b v0.2.14.post2 https://github.com/sgl-project/sglang.git
59+
git clone -b v0.2.15 https://github.com/sgl-project/sglang.git
6060
cd sglang
6161
6262
pip install --upgrade pip

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sglang"
7-
version = "0.2.14.post2"
7+
version = "0.2.15"
88
description = "SGLang is yet another fast serving framework for large language models and vision language models."
99
readme = "README.md"
1010
requires-python = ">=3.8"

python/sglang/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.14.post2"
1+
__version__ = "0.2.15"

0 commit comments

Comments
 (0)