Skip to content

Commit fc3ba76

Browse files
daniil-lyakhovNikita Savelyev
andauthored
Update nncf/parameters.py
Co-authored-by: Nikita Savelyev <nikita.savelyev@intel.com>
1 parent a90f8fb commit fc3ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nncf/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ModelType(StrEnum):
4949

5050
class AlgorithmType(StrEnum):
5151
"""
52-
Describes the algorithm applying to the model.
52+
Type of an algorithm that is applied to the model.
5353
:param MINMAX: The MinMaxQuantization algorithm.
5454
:param WEIGHTS_COMPRESSION: The WeightCompression algorithm.
5555
"""

0 commit comments

Comments
 (0)