Skip to content

Commit 93d96e0

Browse files
jerryzh168Svetlana Karslioglu
and
Svetlana Karslioglu
authored
Apply suggestions from code review
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
1 parent 69940ba commit 93d96e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prototype_source/pt2e_quant_ptq_static.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ we offer in the long term might change based on feedback from PyTorch users.
454454
out_fp32, out_scale, out_zero_point, out_quant_min, out_quant_max, torch.int8)
455455
return out_i8
456456
457-
* Reference Quantized Model Representation (available in nightlies)
457+
* Reference Quantized Model Representation (available in the nightly build)
458458

459-
We will have 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.
459+
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.
460460

461461
You can get this representation by using ``convert_pt2e(..., use_reference_representation=True)``.
462462

0 commit comments

Comments
 (0)