Skip to content

Commit 4c7cdfa

Browse files
committed
fix install script
1 parent 1c20c5e commit 4c7cdfa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

INSTALL_MEGATRON.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ echo "Site-packages path: $SITE_PACKAGES"
7171

7272
CUDNN_PATH=$SITE_PACKAGES/nvidia/cudnn \
7373
CPLUS_INCLUDE_PATH=$SITE_PACKAGES/nvidia/cudnn/include \
74-
pip install --no-build-isolation "transformer_engine[pytorch]" megatron_core --no-cache-dir
74+
pip install --no-build-isolation "transformer_engine[pytorch]" --no-cache-dir
75+
76+
pip install megatron_core mcore_bridge --no-cache-dir
7577

7678
# Install flash-attention (force local build)
7779
echo ""

0 commit comments

Comments
 (0)