Skip to content

Commit

Permalink
[Release] Revert quantization scheme StrEnum release (#2630)
Browse files Browse the repository at this point in the history
Copy of #2629 to release branch
  • Loading branch information
nikita-savelyevv authored Apr 15, 2024
1 parent 8638ff0 commit a2ec458
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 a2ec458

Please sign in to comment.