chore: bump sglang-kernel version to 0.4.7 (#39346)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-09-13 20:49:37 -07:00
committed by GitHub
co-authored by sglang-bot
parent 3480112a9c
commit 96a95171c7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ dependencies = [
"setproctitle",
"sgl-deep-ep==0.1.2",
"sgl-deep-gemm==0.1.7",
"sglang-kernel==0.4.6.post1",
"sglang-kernel==0.4.7",
"smg-grpc-servicer>=0.9.0",
"soundfile==0.13.1",
"tiktoken",
+1 -1
View File
@@ -1732,7 +1732,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda:
assert_pkg_version(
"sglang-kernel",
"0.4.6.post1",
"0.4.7",
"Please reinstall the latest version with `pip install sglang-kernel --force-reinstall`",
)