WIP: Write tensor

This commit is contained in:
M. Yusuf Sarıgöz 2023-07-27 22:25:04 +03:00
parent d2bb3ac10b
commit 464192b9be
2 changed files with 51 additions and 22 deletions

View file

@ -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"