chore: upgrade sgl-kernel 0.3.10 (#10500)

This commit is contained in:
Yineng Zhang
2025-09-16 02:00:53 -07:00
committed by GitHub
parent edd6a07bc0
commit c0c6f543e4
5 changed files with 10 additions and 10 deletions

View File

@@ -690,7 +690,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.9.post2",
"0.3.10",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
)