Skip to content

Commit b8f37ff

Browse files
authored
Update saving_loading_models.py
1 parent cc45354 commit b8f37ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/saving_loading_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@
230230
# Saving an Exported Program
231231
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232232
#
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:
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:
235235
#
236236
# .. code-block:: python
237237
#

0 commit comments

Comments
 (0)