chore: upgrade sgl-kernel 0.2.6.post1 (#8202)

This commit is contained in:
Yineng Zhang
2025-07-21 02:10:24 -07:00
committed by GitHub
parent 6936be3221
commit 74f59ae555
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ runtime_common = [
srt = [
"sglang[runtime_common]",
"sgl-kernel==0.2.6",
"sgl-kernel==0.2.6.post1",
"torch==2.7.1",
"torchaudio==2.7.1",
"torchvision==0.22.1",

View File

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