Skip to content

Commit

Permalink
chore: fix group_norm test (#3091)
Browse files Browse the repository at this point in the history
Tested with rebase, failure in test_groupnorm_with_dynamic was not observed.
  • Loading branch information
keehyuna authored Aug 21, 2024
1 parent 4c9e04a commit 9befab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/py/dynamo/conversion/test_group_norm_aten.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def forward(self, x):
self.run_test_with_dynamic_shape(
GroupNorm(),
input_specs,
check_dtype=False,
)


Expand Down

0 comments on commit 9befab1

Please sign in to comment.