We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40f8ef commit a7d24ceCopy full SHA for a7d24ce
intermediate_source/torch_export_tutorial.py
@@ -621,7 +621,7 @@ def cond_predicate(x):
621
# As ``torch.export`` is only a graph capturing mechanism, calling the artifact
622
# produced by ``torch.export`` eagerly will be equivalent to running the eager
623
# module. To optimize the execution of the Exported Program, we can pass this
624
-# exported artifact to backends such Inductor through ``torch.compile``,
+# exported artifact to backends such as Inductor through ``torch.compile``,
625
# `AOTInductor <https://pytorch.org/docs/main/torch.compiler_aot_inductor.html>`__,
626
# or `TensorRT <https://pytorch.org/TensorRT/dynamo/dynamo_export.html>`__.
627
0 commit comments