chore: bump mooncake version to 0.3.8.post1 (#16792)

Signed-off-by: Shangming Cai <csmthu@gmail.com>
This commit is contained in:
Shangming Cai
2026-01-09 18:42:27 +08:00
committed by GitHub
parent d6d5c3fdea
commit 0c4e155a3c
3 changed files with 4 additions and 4 deletions

View File

@@ -291,7 +291,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
if [ "$GRACE_BLACKWELL" = "1" ]; then \
python3 -m pip install mooncake-transfer-engine==0.3.7.post2; \
else \
python3 -m pip install mooncake-transfer-engine==0.3.8; \
python3 -m pip install mooncake-transfer-engine==0.3.8.post1; \
fi
# Build and install sgl-model-gateway (install Rust, build, then remove to save space)