Update sgl-deep-gemm to 0.1.4.post1 (#30697)

This commit is contained in:
Baizhou Zhang
2026-07-10 13:30:43 -07:00
committed by GitHub
parent 7b99900980
commit 3f1694f5e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG BUILD_AND_DOWNLOAD_PARALLEL=8
ARG SGL_KERNEL_VERSION=0.4.4
ARG SGL_VERSION
ARG SGL_DEEP_GEMM_VERSION=0.1.3
ARG SGL_DEEP_GEMM_VERSION=0.1.4.post1
ARG USE_LATEST_SGLANG=0
ARG GDRCOPY_VERSION=2.5.1
ARG PIP_DEFAULT_INDEX
+1 -1
View File
@@ -64,7 +64,7 @@ dependencies = [
"scipy",
"sentencepiece",
"setproctitle",
"sgl-deep-gemm==0.1.4",
"sgl-deep-gemm==0.1.4.post1",
"sglang-kernel==0.4.4",
"smg-grpc-servicer>=0.5.0",
"soundfile==0.13.1",