Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 22, 2024
1 parent 9ae83b2 commit 00e80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_thunder_pretrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_pretrain(tmp_path, monkeypatch):
out_dir=out_dir,
train=TrainArgs(global_batch_size=2, max_tokens=16, save_interval=1, micro_batch_size=1, max_norm=1.0),
eval=EvalArgs(interval=1, max_iters=1),
optimizer: Union[str, Dict] = "AdamW",
optimizer="AdamW",
)

out_dir_contents = set(os.listdir(out_dir))
Expand Down

0 comments on commit 00e80e7

Please sign in to comment.