Fuse writing KV buffer into rope kernel (part 2: srt) (#9014)

Co-authored-by: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com>
This commit is contained in:
Jiaqi Gu
2025-08-12 13:15:30 -07:00
committed by GitHub
parent 1f9ec65374
commit c9ee738515
5 changed files with 64 additions and 5 deletions

View File

@@ -655,7 +655,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda and not get_bool_env_var("SGLANG_SKIP_SGL_KERNEL_VERSION_CHECK"):
assert_pkg_version(
"sgl-kernel",
"0.3.3",
"0.3.4",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
)