Skip to content

Commit

Permalink
thunder update
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 22, 2024
1 parent 553a7b5 commit 9ae83b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_thunder_pretrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +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",
)

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

0 comments on commit 9ae83b2

Please sign in to comment.