[Eagle] Fix kernel call after updating speculative sampling kernels (#7231)

This commit is contained in:
Lianmin Zheng
2025-06-16 07:25:59 -07:00
committed by GitHub
parent 7ddf8e83d2
commit 53a525bf33
7 changed files with 24 additions and 33 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.post2",
"0.1.9",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
)