upgrade sgl kernel to 0.2.1 for main (#7676)

This commit is contained in:
Zhiqiang Xie
2025-07-01 00:00:13 -07:00
committed by GitHub
parent 3a911b854d
commit f9eb04ddb2
2 changed files with 2 additions and 2 deletions

View File

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