Skip to content

Commit

Permalink
reduce microbatch size
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Jan 29, 2025
1 parent 829f6fc commit faf0de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/train/OLMo2-ladder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BaselineModelLadder(ModelLadder):
MBZ_SIZES: ClassVar[Dict[ModelSize, int]] = {
# TODO: may need to tune these
# ===============================
ModelSize.size_190M: 16 * 4096,
ModelSize.size_190M: 8 * 4096,
ModelSize.size_370M: 16 * 4096,
ModelSize.size_600M: 16 * 4096,
ModelSize.size_760M: 16 * 4096,
Expand Down

0 comments on commit faf0de5

Please sign in to comment.