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 cc45354 commit b8f37ffCopy full SHA for b8f37ff
beginner_source/saving_loading_models.py
@@ -230,8 +230,8 @@
230
# Saving an Exported Program
231
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232
#
233
-# If you are using ``torch.export`, you can save and load your `ExportedProgram` using the
234
-# `torch.export.save()` and `torch.export.load()` APIs. with the `.pt2` file extension:
+# If you are using ``torch.export``, you can save and load your ``ExportedProgram`` using the
+# ``torch.export.save()`` and ``torch.export.load()`` APIs. with the ``.pt2`` file extension:
235
236
# .. code-block:: python
237
0 commit comments