WIP: Write tensor
This commit is contained in:
parent
d2bb3ac10b
commit
464192b9be
2 changed files with 51 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
|||
GGUF_MAGIC = 0x47475546
|
||||
GGUF_VERSION = 1
|
||||
GGUF_MAGIC = 0x47475546
|
||||
GGUF_VERSION = 1
|
||||
GGUF_DEFAULT_ALIGNMENT = 32
|
||||
|
||||
# general
|
||||
KEY_GENERAL_ARCHITECTURE = "general.architecture"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue