Skip to content

Commit 3f17045

Browse files
committed
doc
1 parent 3c81a44 commit 3f17045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_doc/examples/plot_export_tiny_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
================================================================
66
77
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`.
8+
needs to be specified when a LLM is exported with :func:`torch.export.export`.
99
Most of the examples on :epkg:`HuggingFace` use method
1010
:meth:`transformers.GenerationMixin.generate` but we only want to
1111
export the model and its method ``forward``.

0 commit comments

Comments
 (0)