Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaelhoushi committed Dec 1, 2024
1 parent 3e68696 commit 418951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/torchtune/modules/test_layer_dropout.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def test_get_scale_sin(self):
assert_expected(actual_scale, expected_scale, atol=1e-7, rtol=1e-3)


class TestLayerDopoutModel:
class TestLayerDropoutModel:
def test_prepare_layer_dropout_uniform(self):
class MockModel(torch.nn.Module):
def __init__(self):
Expand Down

0 comments on commit 418951b

Please sign in to comment.