mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-07-21 10:15:35 +00:00
include DSA indexer state in kv/slot serializer (#2146)
This commit is contained in:
+2
-2
@@ -47,10 +47,10 @@
|
||||
#define LLAMA_FILE_MAGIC_GGSQ 0x67677371u // 'ggsq'
|
||||
|
||||
#define LLAMA_SESSION_MAGIC LLAMA_FILE_MAGIC_GGSN
|
||||
#define LLAMA_SESSION_VERSION 9
|
||||
#define LLAMA_SESSION_VERSION 10
|
||||
|
||||
#define LLAMA_STATE_SEQ_MAGIC LLAMA_FILE_MAGIC_GGSQ
|
||||
#define LLAMA_STATE_SEQ_VERSION 3
|
||||
#define LLAMA_STATE_SEQ_VERSION 4
|
||||
|
||||
#define LLAMA_SERVER_MAGIC 0x6c6d7376u // 'lmsv'
|
||||
#define LLAMA_SERVER_VERSION 1
|
||||
|
||||
Reference in New Issue
Block a user