Skip to content

Commit

Permalink
Update test_ddp_integration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mieshkiwrk authored Jan 10, 2025
1 parent 9bc5774 commit 87c1377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests_pytorch/strategies/test_ddp_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,3 @@ def test_reapply_compile(tmp_path):
# Smoke-testing forward to ensure we don't get compilation errors
for _ in range(3):
trainer_model(torch.randn(2, 32, device="gpu")).sum().backward()
assert True

0 comments on commit 87c1377

Please sign in to comment.