File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ if [ ! -e "$LIB_PATH/libmlx5.so" ]; then
4646fi
4747apt-get update && apt-get install -y libfabric-dev
4848
49- # Install NVSHMEM
50- pip install nvidia-nvshmem-cu12==3.4.5 --force-reinstall
51-
5249# Install DeepEP
5350DEEPEP_DIR=/root/.cache/deepep
5451rm -rf ${DEEPEP_DIR}
Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ if [ "$IS_BLACKWELL" != "1" ]; then
134134 git clone --branch v0.5 --depth 1 https://github.com/EvolvingLMMs-Lab/lmms-eval.git
135135 $PIP_CMD install -e lmms-eval/ $PIP_INSTALL_SUFFIX
136136fi
137+
138+ # DeepEP depends on nvshmem 3.4.5
139+ $PIP_CMD install nvidia-nvshmem-cu12==3.4.5 --force-reinstall $PIP_INSTALL_SUFFIX
140+
137141# Cudnn with version less than 9.16.0.29 will cause performance regression on Conv3D kernel
138142$PIP_CMD install nvidia-cudnn-cu12==9.16.0.29 --force-reinstall $PIP_INSTALL_SUFFIX
139143$PIP_CMD uninstall xformers || true
You can’t perform that action at this time.
0 commit comments