Skip to content

Commit

Permalink
Linting fix - blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-nm9 committed Dec 9, 2024
1 parent e17bc2c commit 992a38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_autocast_xla.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class TestAutocastXla(unittest.TestCase):

def test_cross_entropy_loss(self):
data = torch.randn(16, 10).to(torch.bfloat16).to(device)
target = torch.randn(16, 10).to(torch.bfloat16).to(device)
Expand Down

0 comments on commit 992a38a

Please sign in to comment.