chore: bump sglang-kernel version to 0.4.1 (#22009)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-04-03 13:58:35 -07:00
committed by GitHub
co-authored by sglang-bot
parent eb407b80f3
commit 84118acf50
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ dependencies = [
"sentencepiece",
"setproctitle",
"flash-attn-4>=4.0.0b4",
"sglang-kernel==0.4.0",
"sglang-kernel==0.4.1",
"soundfile==0.13.1",
"tiktoken",
"timm==1.0.16",
+1 -1
View File
@@ -1207,7 +1207,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda:
assert_pkg_version(
"sglang-kernel",
"0.4.0",
"0.4.1",
"Please reinstall the latest version with `pip install sglang-kernel --force-reinstall`",
)