Skip to content

Commit

Permalink
llama : bump session version due to removed rng state
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Sep 2, 2024
1 parent ca74a33 commit bb3d182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llama.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define LLAMA_FILE_MAGIC_GGSQ 0x67677371u // 'ggsq'

#define LLAMA_SESSION_MAGIC LLAMA_FILE_MAGIC_GGSN
#define LLAMA_SESSION_VERSION 8
#define LLAMA_SESSION_VERSION 9

#define LLAMA_STATE_SEQ_MAGIC LLAMA_FILE_MAGIC_GGSQ
#define LLAMA_STATE_SEQ_VERSION 2
Expand Down

0 comments on commit bb3d182

Please sign in to comment.