Skip to content

Commit 2072a64

Browse files
authored
fix indent
1 parent 0113f21 commit 2072a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributed/test_data_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_parallel_apply(self):
9696
for out, expected in zip(outputs, expected_outputs):
9797
self.assertEqual(out, expected)
9898

99-
@unittest.skipIf(not TEST_MULTIGPU, "multi-GPU not supported")
99+
@unittest.skipIf(not TEST_MULTIGPU, "multi-GPU not supported")
100100
def test_parallel_apply_autocast(self):
101101
l1 = nn.Linear(10, 5).to("cuda:0", torch.float)
102102
l2 = nn.Linear(10, 5).to("cuda:1", torch.float)

0 commit comments

Comments
 (0)