Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 534b1ea

Browse filesBrowse files
committed
Update llama.cpp
1 parent cbce061 commit 534b1ea
Copy full SHA for 534b1ea

File tree

Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+3Lines 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

Copy file name to clipboard

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.