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 080e7d5 commit 6dc2351Copy full SHA for 6dc2351
test/spmd/test_xla_dtensor_to_local.py
@@ -68,8 +68,6 @@ def test_to_local_requires_grad(self):
68
# All gradients should be 1.0 since we did a sum()
69
self.assertTrue(torch.allclose(local_tensor.grad, torch.ones_like(tensor)))
70
71
- print("Gradient flow test successful")
72
-
73
74
if __name__ == "__main__":
75
result = unittest.main(exit=False)
0 commit comments