Skip to content

Commit

Permalink
Revert "whoops"
Browse files Browse the repository at this point in the history
This reverts commit 25f74c3.
  • Loading branch information
SalmanMohammadi committed Feb 13, 2025
1 parent 25f74c3 commit d2a3e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/recipes/test_full_finetune_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ def test_loss_single_rank(
"config, model_type, ckpt_type, micro_batch_size, gradient_accumulation_steps, optim_in_bwd",
[
("llama3/8B_full", "llama3", "tune", 1, 4, False),
],
[
("llama3/8B_full", "llama3", "tune", 4, 1, True),
],
)
Expand Down

0 comments on commit d2a3e65

Please sign in to comment.