Skip to content

Commit ca66cdc

Browse files
authored
ci: Fix stopiteration for Mbridge (#2760)
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 7ec6c28 commit ca66cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/performance/setup_experiment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def check_training_finished(log_file_paths: List[str]) -> bool:
7373
"StopIteration" in line
7474
or "after training is done" in line
7575
or "exiting program at iteration" in line
76+
or "AssertionError: no samples left to consume:" in line
7677
)
7778
)
7879
return any(all_lines)

0 commit comments

Comments
 (0)