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 3c81a44 commit 3f17045Copy full SHA for 3f17045
_doc/examples/plot_export_tiny_llm.py
@@ -5,7 +5,7 @@
5
================================================================
6
7
Inputs are always dynamic with LLMs that is why dynamic shapes
8
-needs to be specified when a LLM is exported with:func:`torch.export.export`.
+needs to be specified when a LLM is exported with :func:`torch.export.export`.
9
Most of the examples on :epkg:`HuggingFace` use method
10
:meth:`transformers.GenerationMixin.generate` but we only want to
11
export the model and its method ``forward``.
0 commit comments