remove unused rope scaling type 'su' frin gguf converter

This commit is contained in:
liuwei 2024-05-11 17:55:41 +00:00 committed by Georgi Gerganov
parent 6333ed1a30
commit 5683db3bf7
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -783,7 +783,6 @@ class RopeScalingType(Enum):
NONE = 'none'
LINEAR = 'linear'
YARN = 'yarn'
SU = 'su'
class PoolingType(IntEnum):