]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
export-lora : use LLAMA_FILE_MAGIC_GGLA (#4894)
authorDaniel Bevenius <redacted>
Fri, 12 Jan 2024 17:54:53 +0000 (18:54 +0100)
committerGitHub <redacted>
Fri, 12 Jan 2024 17:54:53 +0000 (19:54 +0200)
commit930f907d3ece1eb5b0a1ec5e209983a66dcbfa68
treee6c2b9768ff70787e08df416867c11b13cfa0094
parente790eef21ce659f5c16d59f8a5c8dcf6cde0692a
export-lora : use LLAMA_FILE_MAGIC_GGLA (#4894)

This commit replaces the magic number used in export-lora.cpp with
the one defined in llama.h, which is indirectly included via common.h.

Signed-off-by: Daniel Bevenius <redacted>
examples/export-lora/export-lora.cpp