chore: bump mooncake version to 0.3.10 (#20942)

Signed-off-by: Shangming Cai <csmthu@gmail.com>
This commit is contained in:
Shangming Cai
2026-03-27 10:35:31 +08:00
committed by GitHub
parent d7c4c57ace
commit 1487f80158
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ if [ "$CU_VERSION" = "cu130" ]; then
else
NVRTC_SPEC="nvidia-cuda-nvrtc-cu12"
fi
$PIP_CMD install mooncake-transfer-engine==0.3.9 "${NVRTC_SPEC}" py-spy scipy huggingface_hub[hf_xet] pytest $PIP_INSTALL_SUFFIX
$PIP_CMD install mooncake-transfer-engine==0.3.10 "${NVRTC_SPEC}" py-spy scipy huggingface_hub[hf_xet] pytest $PIP_INSTALL_SUFFIX
# Install other test dependencies
if [ "$IS_BLACKWELL" != "1" ]; then