chore: bump sgl-kernel version to 0.4.2.post2 (#25326)
Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
@@ -56,8 +56,6 @@ jobs:
|
||||
include:
|
||||
- python-version: "3.10"
|
||||
cuda-version: "13.0"
|
||||
- python-version: "3.10"
|
||||
cuda-version: "12.9"
|
||||
name: ${{ inputs.job_display_name }}
|
||||
steps:
|
||||
- name: Cleanup
|
||||
|
||||
@@ -65,7 +65,7 @@ FetchContent_Populate(repo-fmt)
|
||||
FetchContent_Declare(
|
||||
repo-triton
|
||||
GIT_REPOSITORY "https://github.com/triton-lang/triton"
|
||||
GIT_TAG v3.5.1
|
||||
GIT_TAG v3.6.0
|
||||
GIT_SHALLOW OFF
|
||||
)
|
||||
FetchContent_Populate(repo-triton)
|
||||
|
||||
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
|
||||
|
||||
[project]
|
||||
name = "sglang-kernel"
|
||||
version = "0.4.2.post1"
|
||||
version = "0.4.2.post2"
|
||||
authors = [
|
||||
{ name="SGLang Kernel Team", email="sglang@lmsys.org" },
|
||||
]
|
||||
|
||||
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
|
||||
|
||||
[project]
|
||||
name = "sglang-kernel-cpu"
|
||||
version = "0.4.2.post1"
|
||||
version = "0.4.2.post2"
|
||||
description = "Kernel Library for SGLang"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "sglang-kernel"
|
||||
version = "0.4.2.post1"
|
||||
version = "0.4.2.post2"
|
||||
description = "Kernel Library for SGLang"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "sglang-kernel"
|
||||
version = "0.4.2.post1"
|
||||
version = "0.4.2.post2"
|
||||
description = "Kernel Library for SGLang"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.4.2.post1"
|
||||
__version__ = "0.4.2.post2"
|
||||
|
||||
Reference in New Issue
Block a user