fuse renormal into moe topk softmax kernel python code (#7751)

Co-authored-by: ispobock <ispobaoke@gmail.com>
Co-authored-by: zhyncs <me@zhyncs.com>
This commit is contained in:
Yi Zhang
2025-07-04 07:22:14 +08:00
committed by GitHub
parent 43f93f632c
commit 489934be0a
3 changed files with 3 additions and 27 deletions

View File

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