Skip to content

Commit 664355a

Browse files
committed
fix formatting
1 parent 93d96e0 commit 664355a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

prototype_source/pt2e_quant_ptq_static.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,7 @@ we offer in the long term might change based on feedback from PyTorch users.
457457
* Reference Quantized Model Representation (available in the nightly build)
458458

459459
We will have a special representation for selected ops, for example, quantized linear. Other ops are represented as ``dq -> float32_op -> q`` and ``q/dq`` are decomposed into more primitive operators.
460-
461-
You can get this representation by using ``convert_pt2e(..., use_reference_representation=True)``.
460+
You can get this representation by using ``convert_pt2e(..., use_reference_representation=True)``.
462461

463462
.. code-block:: python
464463

0 commit comments

Comments
 (0)