Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Clone the Megatron-Bridge repository:
cd ${BASE_DIR}
git clone https://github.com/NVIDIA-NeMo/Megatron-Bridge.git
cd Megatron-Bridge
git checkout e40c651db0ef51484db15653feaac4634b7fe7a9
git fetch origin e40c651db0ef51484db15653feaac4634b7fe7a9
```

### Configure and submit a pretraining job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Clone the Megatron-Bridge repository:
cd ${BASE_DIR}
git clone https://github.com/NVIDIA-NeMo/Megatron-Bridge.git
cd Megatron-Bridge
git checkout e40c651db0ef51484db15653feaac4634b7fe7a9
git fetch origin e40c651db0ef51484db15653feaac4634b7fe7a9
```

### Configure and submit a pretraining job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Clone the Megatron-Bridge repository:
```bash
git clone https://github.com/NVIDIA-NeMo/Megatron-Bridge.git
cd Megatron-Bridge
git checkout e40c651db0ef51484db15653feaac4634b7fe7a9
git fetch origin e40c651db0ef51484db15653feaac4634b7fe7a9
cd ${BASE_DIR}
```

Expand Down