remove unused rope scaling type 'su' frin gguf converter
This commit is contained in:
parent
6333ed1a30
commit
5683db3bf7
1 changed files with 0 additions and 1 deletions
|
@ -783,7 +783,6 @@ class RopeScalingType(Enum):
|
||||||
NONE = 'none'
|
NONE = 'none'
|
||||||
LINEAR = 'linear'
|
LINEAR = 'linear'
|
||||||
YARN = 'yarn'
|
YARN = 'yarn'
|
||||||
SU = 'su'
|
|
||||||
|
|
||||||
|
|
||||||
class PoolingType(IntEnum):
|
class PoolingType(IntEnum):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue