From a8bd14d55717754a1f48313a846a2b16fa998ad2 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 6 Apr 2024 05:41:38 +1100 Subject: gguf.py : add licence and version to gguf writer (#6504) --- gguf-py/gguf/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gguf-py/gguf/constants.py') diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 5214764a..c44d8abe 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -24,6 +24,7 @@ class Keys: ALIGNMENT = "general.alignment" NAME = "general.name" AUTHOR = "general.author" + VERSION = "general.version" URL = "general.url" DESCRIPTION = "general.description" LICENSE = "general.license" -- cgit v1.2.3