Skip to content

Commit 3e2193a

Browse files
committed
fix: address lintrunner formatting issue in mobilebert dynamic test
Signed-off-by: Lidang-Jiang <lidangjiang@gmail.com>
1 parent 5e03a98 commit 3e2193a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

backends/xnnpack/test/models/mobilebert.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ def setUp(self):
3131
"executorch_exir_dialects_edge__ops_aten_constant_pad_nd_default",
3232
}
3333

34-
dynamic_shapes = (
35-
{1: torch.export.Dim("seq_length", min=2, max=32)},
36-
)
34+
dynamic_shapes = ({1: torch.export.Dim("seq_length", min=2, max=32)},)
3735

3836
def test_fp32_mobilebert(self):
3937
(

0 commit comments

Comments
 (0)