chore: bump mooncake version to 0.3.8 (#15886)
Signed-off-by: Shangming Cai <csmthu@gmail.com>
This commit is contained in:
@@ -149,7 +149,7 @@ jobs:
|
|||||||
python3 -m pip --no-cache-dir install --upgrade pip
|
python3 -m pip --no-cache-dir install --upgrade pip
|
||||||
python3 -m pip --no-cache-dir install torch==2.9.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu128
|
python3 -m pip --no-cache-dir install torch==2.9.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu128
|
||||||
python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages
|
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.7.post2
|
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.8
|
||||||
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
|
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
|
||||||
|
|
||||||
- name: Build and install sgl-model-gateway
|
- name: Build and install sgl-model-gateway
|
||||||
|
|||||||
+1
-1
@@ -271,7 +271,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
python3 -m pip install \
|
python3 -m pip install \
|
||||||
datamodel_code_generator \
|
datamodel_code_generator \
|
||||||
mooncake-transfer-engine==0.3.7.post2 \
|
mooncake-transfer-engine==0.3.8 \
|
||||||
pre-commit \
|
pre-commit \
|
||||||
pytest \
|
pytest \
|
||||||
black \
|
black \
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ fi
|
|||||||
$PIP_CMD list
|
$PIP_CMD list
|
||||||
|
|
||||||
# Install other python dependencies
|
# Install other python dependencies
|
||||||
$PIP_CMD install mooncake-transfer-engine==0.3.7.post2 "${NVRTC_SPEC}" py-spy scipy huggingface_hub[hf_xet] pytest $PIP_INSTALL_SUFFIX
|
$PIP_CMD install mooncake-transfer-engine==0.3.8 "${NVRTC_SPEC}" py-spy scipy huggingface_hub[hf_xet] pytest $PIP_INSTALL_SUFFIX
|
||||||
|
|
||||||
if [ "$IS_BLACKWELL" != "1" ]; then
|
if [ "$IS_BLACKWELL" != "1" ]; then
|
||||||
# For lmms_evals evaluating MMMU
|
# For lmms_evals evaluating MMMU
|
||||||
|
|||||||
Reference in New Issue
Block a user