You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/models/exaone/exaone_moe/README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,24 @@ The Slurm scripts warm the shared `uv` cache once before all distributed ranks e
82
82
83
83
## Slurm Checkpoint Conversion
84
84
85
-
[slurm_conversion.sh](slurm_conversion.sh) runs round-trip conversion across 16 GPUs on 2 nodes with default `TP=1, PP=1, EP=16`.
85
+
[slurm_conversion.sh](slurm_conversion.sh) uses `convert.sh roundtrip` to submit a fixed `TP=1, PP=1, EP=16` config and verify HF ↔ Megatron round-trip conversion across 16 GPUs on 2 nodes. Run the wrapper from a Slurm login node; it submits one job and waits for it by default.
Before submitting, edit the `#SBATCH --account` and `#SBATCH --partition` lines for your cluster, or override them according to your scheduler policy.
97
+
The current checkout is mounted automatically at `/opt/Megatron-Bridge` and must be on storage visible from the compute nodes. Forward any cluster-specific `srun` options your scheduler requires, for example:
0 commit comments