Skip to content

Commit

Permalink
Small test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiosSmyrnis committed Dec 12, 2023
1 parent 5a8ceb7 commit b08fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def create_train_fixtures(model="open_lm_11m", fsdp=False):
args = MockTrainArgs(model)

# only want to look at one batch
args.train_num_samples = args.batch_size
args.train_num_samples = args.global_batch_size

# increase learning rate and remove warmup for maximize change to model weights
args.lr = 1e-3
Expand Down

0 comments on commit b08fa08

Please sign in to comment.