chore: bump mooncake version to 0.3.10.post1 (#21844)

This commit is contained in:
Shangming Cai
2026-04-02 10:54:22 +08:00
committed by GitHub
parent 0f6bedf6ed
commit 7004df6094
+1 -1
View File
@@ -304,7 +304,7 @@ if [ "$CU_VERSION" = "cu130" ]; then
else
NVRTC_SPEC="nvidia-cuda-nvrtc-cu12"
fi
$PIP_CMD install mooncake-transfer-engine==0.3.10 "${NVRTC_SPEC}" py-spy scipy huggingface_hub[hf_xet] pytest $PIP_INSTALL_SUFFIX
$PIP_CMD install mooncake-transfer-engine==0.3.10.post1 "${NVRTC_SPEC}" py-spy scipy huggingface_hub[hf_xet] pytest $PIP_INSTALL_SUFFIX
# Install other test dependencies
if [ "$IS_BLACKWELL" != "1" ]; then