Skip to content

Commit c8a647e

Browse files
committed
update num_gpus in case of two node recipes
1 parent 11a6ff6 commit c8a647e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dags/map_reproducibility/utils/common_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,8 @@ def run_nemo_workload(
842842
assert result.exit_code == 0, f"Command failed with code {result.exit_code}"
843843

844844
average_step_time, mfu = get_nemo_metrics(tmpdir)
845+
if two_node:
846+
num_gpus = 16
845847

846848
write_run(
847849
model_id=model_id,

0 commit comments

Comments
 (0)