Unverified Commit 60fc5b51 authored by Shangming Cai's avatar Shangming Cai Committed by GitHub
Browse files

chore: upgrade mooncake 0.3.6 (#10596)


Signed-off-by: default avatarShangming Cai <csmthu@gmail.com>
parent a13dd1e4
......@@ -140,7 +140,7 @@ jobs:
python3 -m pip --no-cache-dir install --upgrade pip
python3 -m pip --no-cache-dir install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.5
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.6
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
- name: Build and install sgl-router
......
......@@ -128,7 +128,7 @@ RUN cd /sgl-workspace/DeepEP && \
# Python tools
RUN python3 -m pip install --no-cache-dir \
datamodel_code_generator \
mooncake-transfer-engine==0.3.5 \
mooncake-transfer-engine==0.3.6 \
pre-commit \
pytest \
black \
......
......@@ -118,7 +118,7 @@ RUN cd /sgl-workspace/DeepEP && \
# Python tools
RUN python3 -m pip install --no-cache-dir \
datamodel_code_generator \
mooncake-transfer-engine==0.3.5 \
mooncake-transfer-engine==0.3.6 \
pre-commit \
pytest \
black \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment