From b6f70b8a0e94a24c5d9c1084127a01ea7705b46d Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Sat, 18 May 2024 16:59:20 -0400 Subject: [PATCH] chore: Fix line spacing --- gguf-py/gguf/constants.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 9ffc90b43..bef04744a 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -6,17 +6,15 @@ from typing import Any # # constants # - GGUF_MAGIC = 0x46554747 # "GGUF" GGUF_VERSION = 3 GGUF_DEFAULT_ALIGNMENT = 32 GGML_QUANT_VERSION = 2 # GGML_QNT_VERSION from ggml.h + # # metadata keys # - - class Keys: class General: ARCHITECTURE = "general.architecture"