chore: bump sgl-kernel version to 0.3.21 (#17075)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-01-15 12:41:17 +08:00
committed by GitHub
co-authored by sglang-bot
parent 9d5f16d456
commit 000ad42225
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda:
assert_pkg_version(
"sgl-kernel",
"0.3.20",
"0.3.21",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
)