File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/source/concept_guides Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ this works well with activations.
161161
162162To effectively quantize a model to ` int8 ` , the steps to follow are:
163163
164- 1 . Choose which operators to quantize. Good operators to quantize are the one dominating it terms of computation time,
164+ 1 . Choose which operators to quantize. Good operators to quantize are the one dominating in terms of computation time,
165165for instance linear projections and matrix multiplications.
1661662 . Try post-training dynamic quantization, if it is fast enough stop here, otherwise continue to step 3.
1671673 . Try post-training static quantization which can be faster than dynamic quantization but often with a drop in terms of
You can’t perform that action at this time.
0 commit comments