Update sgl-kernel and remove fast hadamard depedency (#11844)

This commit is contained in:
Baizhou Zhang
2025-10-21 15:13:54 -05:00
committed by GitHub
parent 2b1da821b5
commit ebff4ee648
5 changed files with 4 additions and 20 deletions

View File

@@ -693,7 +693,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.15",
"0.3.16.post3",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
)