Unverified Commit f9eb04dd authored by Zhiqiang Xie's avatar Zhiqiang Xie Committed by GitHub
Browse files

upgrade sgl kernel to 0.2.1 for main (#7676)

parent 3a911b85
...@@ -52,7 +52,7 @@ runtime_common = [ ...@@ -52,7 +52,7 @@ runtime_common = [
srt = [ srt = [
"sglang[runtime_common]", "sglang[runtime_common]",
"sgl-kernel==0.1.9", "sgl-kernel==0.2.1",
"torch==2.7.1", "torch==2.7.1",
"torchaudio==2.7.1", "torchaudio==2.7.1",
"torchvision==0.22.1", "torchvision==0.22.1",
......
...@@ -641,7 +641,7 @@ def _set_envs_and_config(server_args: ServerArgs): ...@@ -641,7 +641,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if _is_cuda: if _is_cuda:
assert_pkg_version( assert_pkg_version(
"sgl-kernel", "sgl-kernel",
"0.1.9", "0.2.1",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`", "Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment