sync ggml

This commit is contained in:
katsu560 2024-06-26 04:55:13 +09:00
parent b096272f75
commit e4562042a4

View file

@ -18,6 +18,8 @@ GGML_QUANT_VERSION = 2 # GGML_QNT_VERSION from ggml.h
class Keys: class Keys:
EMBEDDED_FILES = "embedded_files"
class General: class General:
ARCHITECTURE = "general.architecture" ARCHITECTURE = "general.architecture"
QUANTIZATION_VERSION = "general.quantization_version" QUANTIZATION_VERSION = "general.quantization_version"