Skip to content

Commit a7d24ce

Browse files
authored
Update intermediate_source/torch_export_tutorial.py
1 parent b40f8ef commit a7d24ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/torch_export_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def cond_predicate(x):
621621
# As ``torch.export`` is only a graph capturing mechanism, calling the artifact
622622
# produced by ``torch.export`` eagerly will be equivalent to running the eager
623623
# module. To optimize the execution of the Exported Program, we can pass this
624-
# exported artifact to backends such Inductor through ``torch.compile``,
624+
# exported artifact to backends such as Inductor through ``torch.compile``,
625625
# `AOTInductor <https://pytorch.org/docs/main/torch.compiler_aot_inductor.html>`__,
626626
# or `TensorRT <https://pytorch.org/TensorRT/dynamo/dynamo_export.html>`__.
627627

0 commit comments

Comments
 (0)