Skip to content

Commit 85f2870

Browse files
authored
Update recipes_source/torch_export_aoti_python.py
1 parent fc0ff5e commit 85f2870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes_source/torch_export_aoti_python.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
# we added a new API called :func:`torch._export.aot_load` to load the shared library in the Python runtime.
108108
# The API follows a structure similar to the :func:`torch.jit.load` API . You need to specify the path
109109
# of the shared library and the device where it should be loaded.
110+
#
110111
# .. note::
111112
#
112113
# In the example above, we specified ``batch_size=1`` for inference and it still functions correctly even though we specified ``min=2`` in

0 commit comments

Comments
 (0)