Skip to content

Commit 4e70480

Browse files
committed
fix typo
1 parent ad702d2 commit 4e70480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/contrib/slim/quantization/post_training_quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def __init__(self,
222222
be different. In address this problem, fuse the pattern before
223223
quantization. Default False.
224224
is_use_cache_file(bool, optional): This param is deprecated.
225-
quant_blocks(int|list, optional): The bolck id list with quantiazaion.
225+
quant_blocks(int|list, optional): The bolck id list with quantization.
226226
Default is -1, it will quant all blocks. And it can be set [0, 1] etc.
227227
cache_dir(str, optional): This param is deprecated.
228228
Returns:

0 commit comments

Comments
 (0)