Skip to content

Commit 203919b

Browse files
author
Svetlana Karslioglu
committed
Fix
1 parent dcbc93c commit 203919b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prototype_source/pt2e_quant_ptq_static.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ Export the model with torch.export
351351
Here is how you can use ``torch.export`` to export the model:
352352

353353
.. code-block:: python
354+
354355
import torch._dynamo as torchdynamo
355356
356357
example_inputs = (torch.rand(2, 3, 224, 224),)

0 commit comments

Comments
 (0)