llama : break session version due to serialization changes
This commit is contained in:
parent
69d44e3e3f
commit
06e3b4f5c9
1 changed files with 1 additions and 1 deletions
2
llama.h
2
llama.h
|
@ -43,7 +43,7 @@
|
|||
#define LLAMA_FILE_MAGIC_GGSN 0x6767736eu // 'ggsn'
|
||||
|
||||
#define LLAMA_SESSION_MAGIC LLAMA_FILE_MAGIC_GGSN
|
||||
#define LLAMA_SESSION_VERSION 3
|
||||
#define LLAMA_SESSION_VERSION 4
|
||||
|
||||
#if defined(GGML_USE_CUBLAS) || defined(GGML_USE_CLBLAST) || defined(GGML_USE_METAL)
|
||||
// Defined when llama.cpp is compiled with support for offloading model layers to GPU.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue