Skip to content

Commit

Permalink
Lint fix - add space after classname
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-nm9 committed Dec 9, 2024
1 parent b9e292b commit d82f3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_autocast_xla.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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 d82f3a0

Please sign in to comment.