diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 79d3033ef..75a129c1a 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -783,7 +783,6 @@ class RopeScalingType(Enum): NONE = 'none' LINEAR = 'linear' YARN = 'yarn' - SU = 'su' class PoolingType(IntEnum):