Skip to content

Commit c823cdd

Browse files
Merge pull request mlcommons#906 from mlcommons/clean_up
add bsz for fwedu to reference algorithms for regression tests
2 parents 043680c + 7a1ab58 commit c823cdd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

algorithms/archived_paper_baselines/adamw/jax/submission.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ def get_batch_size(workload_name):
254254
return 16
255255
elif workload_name == 'cifar':
256256
return 32
257+
elif workload_name == 'finewebedu_lm':
258+
return 64
257259
else:
258260
raise ValueError(f'Unsupported workload name: {workload_name}.')
259261

0 commit comments

Comments
 (0)