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 fc0ff5e commit 85f2870Copy full SHA for 85f2870
recipes_source/torch_export_aoti_python.py
@@ -107,6 +107,7 @@
107
# we added a new API called :func:`torch._export.aot_load` to load the shared library in the Python runtime.
108
# The API follows a structure similar to the :func:`torch.jit.load` API . You need to specify the path
109
# of the shared library and the device where it should be loaded.
110
+#
111
# .. note::
112
#
113
# 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