From 1edd4e07d6ad52f4f63e7f6beaa5987c1e1cf621 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Tue, 30 Jul 2024 20:41:10 +1000 Subject: [PATCH] chore: bump v0.2.7 (#830) --- README.md | 4 ++-- benchmark/blog_v0_2/README.md | 2 +- python/pyproject.toml | 2 +- python/sglang/version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9e85f4541..16f0098d5 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ ### Method 2: From source ``` -# Use the stable rel branch -git clone -b rel https://github.com/sgl-project/sglang.git +# Use the stable release branch +git clone -b release https://github.com/sgl-project/sglang.git cd sglang pip install --upgrade pip diff --git a/benchmark/blog_v0_2/README.md b/benchmark/blog_v0_2/README.md index b92990ed3..57443e5fe 100644 --- a/benchmark/blog_v0_2/README.md +++ b/benchmark/blog_v0_2/README.md @@ -7,7 +7,7 @@ ```bash git clone https://github.com/sgl-project/sglang.git cd sglang -git checkout v0.2.5 +git checkout v0.2.7 pip install --upgrade pip pip install -e "python[all]" diff --git a/python/pyproject.toml b/python/pyproject.toml index 05df61f14..60d8dd8c0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.2.6" +version = "0.2.7" description = "SGLang is yet another fast serving framework for large language models and vision language models." readme = "README.md" requires-python = ">=3.8" diff --git a/python/sglang/version.py b/python/sglang/version.py index 01ef12070..6cd38b746 100644 --- a/python/sglang/version.py +++ b/python/sglang/version.py @@ -1 +1 @@ -__version__ = "0.2.6" +__version__ = "0.2.7"