Skip to content

Commit

Permalink
Update test_thunder_ddp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored May 23, 2024
1 parent a56652d commit 5a09b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_thunder_ddp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def test_no_backward_sync(choice):

cmodel = model = thunder.jit(model)
model = fabric.setup(model)
if "thunder" not in choice:
cmodel = model

# 6 iters, 3 grad accumulation iters
for i, enabled in enumerate((True, True, False, True, True, False), 1):
Expand Down

0 comments on commit 5a09b5a

Please sign in to comment.