chore: upgrade sgl-kernel 0.1.1 (#5933)

This commit is contained in:
Yineng Zhang
2025-04-30 16:13:30 -07:00
committed by GitHub
parent d353d08b4e
commit 9a6ad8916d
7 changed files with 20 additions and 14 deletions

View File

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