chore: bump sglang-kernel version to 0.4.5 (#31618)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-07-17 15:58:36 -07:00
committed by GitHub
co-authored by sglang-bot
parent e2d2e8d07e
commit 0ad0ff2e9e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ dependencies = [
"sentencepiece",
"setproctitle",
"sgl-deep-gemm==0.1.4.post1",
"sglang-kernel==0.4.4",
"sglang-kernel==0.4.5",
"smg-grpc-servicer>=0.5.0",
"soundfile==0.13.1",
"tiktoken",
+1 -1
View File
@@ -1312,7 +1312,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda:
assert_pkg_version(
"sglang-kernel",
"0.4.4",
"0.4.5",
"Please reinstall the latest version with `pip install sglang-kernel --force-reinstall`",
)