Skip to content

Commit 750756b

Browse files
generatedunixname89002005307016facebook-github-bot
authored andcommitted
suppress errors in executorch
Differential Revision: D47952330 fbshipit-source-id: 2e406118d3fd36f02c8517dbcfed85bd0f7ef7fc
1 parent 005429d commit 750756b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exir/tracer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,8 @@ def dynamo_trace(
671671
try:
672672
# TODO merge executorch functionalization with official
673673
# functionalization
674+
# pyre-fixme[7]: Expected `Tuple[GraphModule, Set[Guard]]` but got
675+
# `ExportResult`.
674676
return torchdynamo.export(
675677
f,
676678
aten_graph=aten_graph,

0 commit comments

Comments
 (0)