chore: bump sgl-kernel version to 0.3.18.post2 (#14244)

This commit is contained in:
sglang-bot
2025-12-01 23:14:12 -08:00
committed by GitHub
parent 21ec99beff
commit 63b9300f00
4 changed files with 13 additions and 19 deletions

View File

@@ -737,7 +737,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda and not get_bool_env_var("SGLANG_SKIP_SGL_KERNEL_VERSION_CHECK"):
assert_pkg_version(
"sgl-kernel",
"0.3.18.post1",
"0.3.18.post2",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
)