Skip to content

Commit 74acb40

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
suppress errors in executorch (#1206)
Summary: Pull Request resolved: #1206 Reviewed By: Gasoonjia Differential Revision: D51306538 fbshipit-source-id: 076dbc2ea5ccffa7555c81c34ab4151c5d24b977
1 parent 3e99930 commit 74acb40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exir/tracer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ def dynamo_trace(
654654
if dynamo_config is None:
655655
dynamo_config = ExirDynamoConfig()
656656

657-
# pyre-ignore
658657
with torchdynamo.config.patch(
659658
asdict(dynamo_config)
660659
), setting_python_recursive_limit(2000):

0 commit comments

Comments
 (0)