Use main branch in Kimi Dockerfiles (#33760)
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user