gguf.py : add licence and version to gguf writer (#6504)
This commit is contained in:
parent
d0f5deebf8
commit
a8bd14d557
3 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue