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 fcdf337

Browse filesBrowse files
committed
Update llama.cpp
1 parent 5b982d0 commit fcdf337
Copy full SHA for fcdf337

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+3
-1
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def _load_shared_library(lib_base_name: str):
188188
# LLAMA_FTYPE_MOSTLY_IQ2_XXS = 19, // except 1d tensors
189189
# LLAMA_FTYPE_MOSTLY_IQ2_XS = 20, // except 1d tensors
190190
# LLAMA_FTYPE_MOSTLY_Q2_K_S = 21, // except 1d tensors
191+
# LLAMA_FTYPE_MOSTLY_Q3_K_XS = 22, // except 1d tensors
191192

192193
# LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
193194
# };
@@ -211,6 +212,7 @@ def _load_shared_library(lib_base_name: str):
211212
LLAMA_FTYPE_MOSTLY_IQ2_XXS = 19
212213
LLAMA_FTYPE_MOSTLY_IQ2_XS = 20
213214
LLAMA_FTYPE_MOSTLY_Q2_K_S = 21
215+
LLAMA_FTYPE_MOSTLY_Q3_K_XS = 22
214216
LLAMA_FTYPE_GUESSED = 1024
215217

216218
# enum llama_rope_scaling_type {

‎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.