Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/pt2e_quantization/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ API Example::
m = prepare_pt2e(m, quantizer)

# run calibration
# calibration is a must for both static and dynamic quantization
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: must run calibration for both static and dynamic quantization

# calibrate(m, sample_inference_data)

m = convert_pt2e(m)

# Step 3. lowering
Expand Down
Loading