chore: upgrade sgl-kernel v0.1.2.post1 (#6196)

Co-authored-by: alcanderian <alcanderian@gmail.com>
This commit is contained in:
Yineng Zhang
2025-05-11 07:41:37 -07:00
committed by GitHub
parent 45b4dcf037
commit 230106304d
5 changed files with 61 additions and 71 deletions

View File

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