Skip to content

Commit

Permalink
Lint fix - blank line after classname
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-nm9 committed Dec 9, 2024
1 parent 39ec866 commit e17bc2c
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 @@ -10,6 +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 e17bc2c

Please sign in to comment.