Skip to content

Commit

Permalink
Lint 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 d82f3a0 commit 9183c9c
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 @@ -8,7 +8,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 9183c9c

Please sign in to comment.