Skip to content

Commit 86024c3

Browse files
authored
Add documentation typo fix (#2375)
Fixed a small typo
1 parent 0fc0939 commit 86024c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/concept_guides/quantization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ this works well with activations.
161161

162162
To 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,
165165
for instance linear projections and matrix multiplications.
166166
2. Try post-training dynamic quantization, if it is fast enough stop here, otherwise continue to step 3.
167167
3. Try post-training static quantization which can be faster than dynamic quantization but often with a drop in terms of

0 commit comments

Comments
 (0)