From 2f2b3e443a3a7de0b0d3629809b1eb7136bcd3b7 Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:01:26 -0500 Subject: [PATCH] chore: Apply flake8 formatting rules Signed-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com> --- convert-hf-to-gguf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index 9892a17e7..32cad0987 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -24,6 +24,7 @@ import gguf ###### MODEL DEFINITIONS ###### + class SentencePieceTokenTypes(IntEnum): NORMAL = 1 UNKNOWN = 2