We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc320ef commit fcb889cCopy full SHA for fcb889c
include/llama.h
@@ -38,10 +38,10 @@
38
#define LLAMA_FILE_MAGIC_GGSQ 0x67677371u // 'ggsq'
39
40
#define LLAMA_SESSION_MAGIC LLAMA_FILE_MAGIC_GGSN
41
-#define LLAMA_SESSION_VERSION 8
+#define LLAMA_SESSION_VERSION 9
42
43
#define LLAMA_STATE_SEQ_MAGIC LLAMA_FILE_MAGIC_GGSQ
44
-#define LLAMA_STATE_SEQ_VERSION 2
+#define LLAMA_STATE_SEQ_VERSION 3
45
46
#ifdef __cplusplus
47
extern "C" {
0 commit comments