Skip to content

Commit a07f8ae

Browse files
authored
[CI] Upgrade mooncake to v0.3.4.post2 to fix potential slice failed bug (#7522)
Signed-off-by: Shangming Cai <caishangming@linux.alibaba.com>
1 parent 7eb47b0 commit a07f8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN wget https://developer.download.nvidia.com/compute/redist/nvshmem/3.2.5/sour
8585
# Python tools
8686
RUN python3 -m pip install --no-cache-dir \
8787
datamodel_code_generator \
88-
mooncake_transfer_engine==0.3.4.post1 \
88+
mooncake_transfer_engine==0.3.4.post2 \
8989
pre-commit \
9090
pytest \
9191
black \

scripts/ci_install_dependency.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install -e "python[dev]"
2323
pip list
2424

2525
# Install additional dependencies
26-
pip install mooncake-transfer-engine==0.3.4.post1 nvidia-cuda-nvrtc-cu12
26+
pip install mooncake-transfer-engine==0.3.4.post2 nvidia-cuda-nvrtc-cu12
2727

2828
# For lmms_evals evaluating MMMU
2929
git clone --branch v0.3.3 --depth 1 https://github.com/EvolvingLMMs-Lab/lmms-eval.git

0 commit comments

Comments
 (0)