Unverified Commit 4b0ac1d5 authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

Update sgl-kernel version to 0.3.16.post4 (#12125)

parent 8e987fa2
......@@ -56,7 +56,7 @@ dependencies = [
"scipy",
"sentencepiece",
"setproctitle",
"sgl-kernel==0.3.16.post3",
"sgl-kernel==0.3.16.post4",
"soundfile==0.13.1",
"tiktoken",
"timm==1.0.16",
......
......@@ -709,7 +709,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.16.post3",
"0.3.16.post4",
"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