Use main branch in Kimi Dockerfiles (#33760)

This commit is contained in:
Baizhou Zhang
2026-08-05 15:33:14 -07:00
committed by GitHub
parent 02cd44c59a
commit 25035bff8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ RUN set -eu; \
# Keep the installed extension modules, but discard Rust and pip build
# artifacts that are not used at runtime.
RUN rm -rf /sgl-workspace/sglang && \
git clone --branch kimi-k3 \
git clone --branch main \
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang && \
cd /sgl-workspace/sglang && \
rm -rf .git && \
+1 -1
View File
@@ -53,7 +53,7 @@ ARG TORCH_CUDA_ARCH_LIST="9.0;10.0a;10.3a"
# Keep the installed extension modules, but discard Rust and pip build
# artifacts that are not used at runtime.
RUN rm -rf /sgl-workspace/sglang && \
git clone --branch kimi-k3 \
git clone --branch main \
https://github.com/sgl-project/sglang.git /sgl-workspace/sglang && \
cd /sgl-workspace/sglang && \
rm -rf .git && \