chore: upgrade sgl-kernel v0.1.8.post2 (#7186)

Co-authored-by: zhyncs <me@zhyncs.com>
This commit is contained in:
JieXin Liang
2025-06-15 09:26:18 +08:00
committed by GitHub
parent 55561e2553
commit ed89837cf4
4 changed files with 8 additions and 3 deletions

View File

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