We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc5774 commit 87c1377Copy full SHA for 87c1377
tests/tests_pytorch/strategies/test_ddp_integration.py
@@ -476,4 +476,3 @@ def test_reapply_compile(tmp_path):
476
# Smoke-testing forward to ensure we don't get compilation errors
477
for _ in range(3):
478
trainer_model(torch.randn(2, 32, device="gpu")).sum().backward()
479
- assert True
0 commit comments