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

This commit is contained in:
Brian 2024-04-06 05:41:38 +11:00 committed by GitHub
parent d0f5deebf8
commit a8bd14d557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

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"