Skip to content

Commit

Permalink
Revert inheritance of QuantizationScheme from StrEnum (#2629)
Browse files Browse the repository at this point in the history
### Changes

Do not inherit `QuantizationScheme` from `StrEnum`

### Reason for changes

Fix degradation introduced in #2624
  • Loading branch information
nikita-savelyevv authored Apr 15, 2024
1 parent 35f1215 commit b134935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/common/quantization/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


@api()
class QuantizationScheme(StrEnum):
class QuantizationScheme:
"""
Basic enumeration for quantization scheme specification.
Expand Down

0 comments on commit b134935

Please sign in to comment.