Unverified Commit a04212f1 authored by sglang-bot's avatar sglang-bot Committed by GitHub
Browse files

chore: bump sgl-kernel version to 0.3.16.post4 (#12103)


Co-authored-by: default avatarsglang-bot <sglang-bot@users.noreply.github.com>
parent ce869793
...@@ -9,7 +9,7 @@ ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee ...@@ -9,7 +9,7 @@ ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG FLASHMLA_COMMIT=1408756a88e52a25196b759eaf8db89d2b51b5a1 ARG FLASHMLA_COMMIT=1408756a88e52a25196b759eaf8db89d2b51b5a1
ARG FAST_HADAMARD_TRANSFORM_COMMIT=7fd811c2b47f63b0b08d2582619f939e14dad77c ARG FAST_HADAMARD_TRANSFORM_COMMIT=7fd811c2b47f63b0b08d2582619f939e14dad77c
ARG CMAKE_BUILD_PARALLEL_LEVEL=2 ARG CMAKE_BUILD_PARALLEL_LEVEL=2
ARG SGL_KERNEL_VERSION=0.3.16.post3 ARG SGL_KERNEL_VERSION=0.3.16.post4
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \
CUDA_HOME=/usr/local/cuda \ CUDA_HOME=/usr/local/cuda \
GDRCOPY_HOME=/usr/src/gdrdrv-2.4.4/ \ GDRCOPY_HOME=/usr/src/gdrdrv-2.4.4/ \
......
...@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" ...@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project] [project]
name = "sgl-kernel" name = "sgl-kernel"
version = "0.3.16.post3" version = "0.3.16.post4"
description = "Kernel Library for SGLang" description = "Kernel Library for SGLang"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
......
...@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" ...@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project] [project]
name = "sgl-kernel" name = "sgl-kernel"
version = "0.3.16.post3" version = "0.3.16.post4"
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" ...@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "sgl-kernel" name = "sgl-kernel"
version = "0.3.16.post3" version = "0.3.16.post4"
description = "Kernel Library for SGLang" description = "Kernel Library for SGLang"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
......
__version__ = "0.3.16.post3" __version__ = "0.3.16.post4"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment