update sgl-kernel for EP: python part (#8550)

This commit is contained in:
Cheng Wan
2025-07-31 00:14:39 -07:00
committed by GitHub
parent d904959233
commit e179e0b797
3 changed files with 6 additions and 11 deletions

View File

@@ -648,7 +648,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda:
assert_pkg_version(
"sgl-kernel",
"0.2.7",
"0.2.8",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
)