Skip to content

Commit 0d24fe6

Browse files
HDCharlessvekars
andauthored
Update advanced_source/static_quantization_tutorial.rst
fix spelling grammar Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent cce04fc commit 0d24fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/static_quantization_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ values to floats - and then back to ints - between every operation, resulting in
435435
436436
# Convert to quantized model
437437
torch.ao.quantization.convert(myModel, inplace=True)
438-
# may see a userwarning about needing to calibrate the model, this can be ignored.
438+
# You may see a user warning about needing to calibrate the model. This warning can be safely ignored.
439439
# this warning occurs because not all modules are run in each model runs so some
440440
# modules may not be calibrated.
441441
print('Post Training Quantization: Convert done')

0 commit comments

Comments
 (0)