chore: bump sgl-kernel version to 0.3.21 (#17075)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-01-15 12:41:17 +08:00
committed by GitHub
co-authored by sglang-bot
parent 9d5f16d456
commit 000ad42225
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ ARG GRACE_BLACKWELL_DEEPEP_BRANCH=gb200_blog_part_2
ARG HOPPER_SBO_DEEPEP_COMMIT=9f2fc4b3182a51044ae7ecb6610f7c9c3258c4d6 ARG HOPPER_SBO_DEEPEP_COMMIT=9f2fc4b3182a51044ae7ecb6610f7c9c3258c4d6
ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG BUILD_AND_DOWNLOAD_PARALLEL=8 ARG BUILD_AND_DOWNLOAD_PARALLEL=8
ARG SGL_KERNEL_VERSION=0.3.20 ARG SGL_KERNEL_VERSION=0.3.21
ARG SGL_VERSION ARG SGL_VERSION
ARG USE_LATEST_SGLANG=0 ARG USE_LATEST_SGLANG=0
ARG GDRCOPY_VERSION=2.5.1 ARG GDRCOPY_VERSION=2.5.1
+4 -2
View File
@@ -17,6 +17,7 @@ classifiers = [
dependencies = [ dependencies = [
"IPython", "IPython",
"aiohttp", "aiohttp",
"apache-tvm-ffi>=0.1.5,<0.2",
"anthropic>=0.20.0", "anthropic>=0.20.0",
"av ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' and platform_machine == 'armv7l')", "av ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' and platform_machine == 'armv7l')",
"blobfile==3.0.0", "blobfile==3.0.0",
@@ -38,7 +39,7 @@ dependencies = [
"msgspec", "msgspec",
"ninja", "ninja",
"numpy", "numpy",
"nvidia-cutlass-dsl==4.3.1", "nvidia-cutlass-dsl>=4.3.4",
"nvidia-ml-py", "nvidia-ml-py",
"openai-harmony==0.0.4", "openai-harmony==0.0.4",
"openai==2.6.1", "openai==2.6.1",
@@ -54,11 +55,12 @@ dependencies = [
"pydantic", "pydantic",
"python-multipart", "python-multipart",
"pyzmq>=25.1.2", "pyzmq>=25.1.2",
"quack-kernels==0.2.4",
"requests", "requests",
"scipy", "scipy",
"sentencepiece", "sentencepiece",
"setproctitle", "setproctitle",
"sgl-kernel==0.3.20", "sgl-kernel==0.3.21",
"soundfile==0.13.1", "soundfile==0.13.1",
"tiktoken", "tiktoken",
"timm==1.0.16", "timm==1.0.16",
+1 -1
View File
@@ -808,7 +808,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.3.20", "0.3.21",
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`", "Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`",
) )