8000 Update llama.cpp · qeleb/llama-cpp-python@534b1ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 534b1ea

Browse files
committed
Update llama.cpp
1 parent cbce061 commit 534b1ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

llama_cpp/llama_cpp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ def _load_shared_library(lib_base_name: str):
9898
# define LLAMA_MAX_RNG_STATE (64*1024)
9999
LLAMA_MAX_RNG_STATE = 64 * 1024
100100

101+
#define LLAMA_FILE_MAGIC_GGLA 0x67676c61u // 'ggla'
102+
LLAMA_FILE_MAGIC_GGLA = 0x67676C61
103+
101104
# define LLAMA_FILE_MAGIC_GGSN 0x6767736eu // 'ggsn'
102105
LLAMA_FILE_MAGIC_GGSN = 0x6767736E
103106

vendor/llama.cpp

0 commit comments

Comments
 (0)
0