chore: bump sglang-kernel version to 0.4.3 (#26421)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-05-27 11:31:11 -07:00
committed by GitHub
co-authored by sglang-bot
parent d6e1692410
commit 14f81a67d9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ ARG HOPPER_SBO=0
ARG HOPPER_SBO_DEEPEP_COMMIT=9f2fc4b3182a51044ae7ecb6610f7c9c3258c4d6 ARG HOPPER_SBO_DEEPEP_COMMIT=9f2fc4b3182a51044ae7ecb6610f7c9c3258c4d6
ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG BUILD_AND_DOWNLOAD_PARALLEL=8 ARG BUILD_AND_DOWNLOAD_PARALLEL=8
ARG SGL_KERNEL_VERSION=0.4.2.post2 ARG SGL_KERNEL_VERSION=0.4.3
ARG SGL_VERSION ARG SGL_VERSION
ARG SGL_DEEP_GEMM_VERSION=0.1.0 ARG SGL_DEEP_GEMM_VERSION=0.1.0
ARG USE_LATEST_SGLANG=0 ARG USE_LATEST_SGLANG=0
+1 -1
View File
@@ -61,7 +61,7 @@ dependencies = [
"setproctitle", "setproctitle",
"flash-attn-4>=4.0.0b9", "flash-attn-4>=4.0.0b9",
"sgl-deep-gemm==0.1.0", "sgl-deep-gemm==0.1.0",
"sglang-kernel==0.4.2.post2", "sglang-kernel==0.4.3",
"soundfile==0.13.1", "soundfile==0.13.1",
"tiktoken", "tiktoken",
"tilelang==0.1.8", "tilelang==0.1.8",
+1 -1
View File
@@ -1264,7 +1264,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda: if _is_cuda:
assert_pkg_version( assert_pkg_version(
"sglang-kernel", "sglang-kernel",
"0.4.2.post2", "0.4.3",
"Please reinstall the latest version with `pip install sglang-kernel --force-reinstall`", "Please reinstall the latest version with `pip install sglang-kernel --force-reinstall`",
) )