Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcdf337

Browse files
committed
Update llama.cpp
1 parent 5b982d0 commit fcdf337

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

llama_cpp/llama_cpp.py

Lines 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

0 commit comments

Comments
 (0)