Skip to content

Commit ad44116

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 695dec1 + 9d61b28 commit ad44116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/nxp/nxp_backend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ 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, core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default]
177+
class_only=True,
178+
core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default],
178179
)
179180
]
180181

0 commit comments

Comments
 (0)