From 5683db3bf70a9b56562c8b3cfd4dcd6994bc7647 Mon Sep 17 00:00:00 2001 From: liuwei Date: Sat, 11 May 2024 17:55:41 +0000 Subject: [PATCH] remove unused rope scaling type 'su' frin gguf converter --- gguf-py/gguf/constants.py | 1 - 1 file changed, 1 deletion(-) 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):