Skip to content

Commit f348e03

Browse files
committed
Update on "bump pytorch bin to 0716"
as title Differential Revision: [D78422531](https://our.internmc.facebook.com/intern/diff/D78422531/) [ghstack-poisoned]
2 parents ad44116 + 5789ff4 commit f348e03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/nxp/nxp_backend.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ def preprocess(
174174
# Otherwise, we get violation that this op is not part of ATen Core ops.
175175
edge_program._verifiers = [
176176
EXIREdgeDialectVerifier(
177-
class_only=True,
178-
core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default],
177+
class_only=True, core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default]
179178
)
180179
]
181180

0 commit comments

Comments
 (0)