chore: upgrade sgl-kernel v0.1.6 (#6945)

This commit is contained in:
JieXin Liang
2025-06-07 17:53:26 +08:00
committed by GitHub
parent 8b5f83ed3b
commit 6153f2ff6e
3 changed files with 44 additions and 58 deletions

View File

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