summaryrefslogtreecommitdiff
path: root/gguf-py/gguf/constants.py
diff options
context:
space:
mode:
authorBrian <mofosyne@gmail.com>2024-04-06 05:41:38 +1100
committerGitHub <noreply@github.com>2024-04-05 21:41:38 +0300
commita8bd14d55717754a1f48313a846a2b16fa998ad2 (patch)
treeb858dcf1ae50af25dc3c8b185595319354866415 /gguf-py/gguf/constants.py
parentd0f5deebf898f8186a10148a03a56909ba05fc0b (diff)
gguf.py : add licence and version to gguf writer (#6504)
Diffstat (limited to 'gguf-py/gguf/constants.py')
-rw-r--r--gguf-py/gguf/constants.py1
1 files changed, 1 insertions, 0 deletions
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"