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
@@ -61,7 +61,7 @@ dependencies = [
"setproctitle",
"flash-attn-4>=4.0.0b9",
"sgl-deep-gemm==0.1.0",
"sglang-kernel==0.4.2.post2",
"sglang-kernel==0.4.3",
"soundfile==0.13.1",
"tiktoken",
"tilelang==0.1.8",
+1 -1
View File
@@ -1264,7 +1264,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda:
assert_pkg_version(
"sglang-kernel",
"0.4.2.post2",
"0.4.3",
"Please reinstall the latest version with `pip install sglang-kernel --force-reinstall`",
)