gguf.py : add licence and version to gguf writer (#6504)

This commit is contained in:
Brian
2024-04-05 21:41:38 +03:00
committed by GitHub
parent d0f5deebf8
commit a8bd14d557
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -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"