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:
|
include:
|
||||||
- python-version: "3.10"
|
- python-version: "3.10"
|
||||||
cuda-version: "13.0"
|
cuda-version: "13.0"
|
||||||
- python-version: "3.10"
|
|
||||||
cuda-version: "12.9"
|
|
||||||
name: ${{ inputs.job_display_name }}
|
name: ${{ inputs.job_display_name }}
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ FetchContent_Populate(repo-fmt)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
repo-triton
|
repo-triton
|
||||||
GIT_REPOSITORY "https://github.com/triton-lang/triton"
|
GIT_REPOSITORY "https://github.com/triton-lang/triton"
|
||||||
GIT_TAG v3.5.1
|
GIT_TAG v3.6.0
|
||||||
GIT_SHALLOW OFF
|
GIT_SHALLOW OFF
|
||||||
)
|
)
|
||||||
FetchContent_Populate(repo-triton)
|
FetchContent_Populate(repo-triton)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sglang-kernel"
|
name = "sglang-kernel"
|
||||||
version = "0.4.2.post1"
|
version = "0.4.2.post2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="SGLang Kernel Team", email="sglang@lmsys.org" },
|
{ name="SGLang Kernel Team", email="sglang@lmsys.org" },
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sglang-kernel-cpu"
|
name = "sglang-kernel-cpu"
|
||||||
version = "0.4.2.post1"
|
version = "0.4.2.post2"
|
||||||
description = "Kernel Library for SGLang"
|
description = "Kernel Library for SGLang"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sglang-kernel"
|
name = "sglang-kernel"
|
||||||
version = "0.4.2.post1"
|
version = "0.4.2.post2"
|
||||||
description = "Kernel Library for SGLang"
|
description = "Kernel Library for SGLang"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sglang-kernel"
|
name = "sglang-kernel"
|
||||||
version = "0.4.2.post1"
|
version = "0.4.2.post2"
|
||||||
description = "Kernel Library for SGLang"
|
description = "Kernel Library for SGLang"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.4.2.post1"
|
__version__ = "0.4.2.post2"
|
||||||
|
|||||||
Reference in New Issue
Block a user