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

Skip to content

Commit cbd26fd

Browse files
committed
Update llama.cpp
1 parent 3cab3ef commit cbd26fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llama_cpp/llama_cpp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ class llama_context_params(Structure):
119119
) # tok_embeddings.weight and output.weight are F16
120120
LLAMA_FTYPE_MOSTLY_Q4_2 = ctypes.c_int(5) # except 1d tensors
121121
LLAMA_FTYPE_MOSTYL_Q4_3 = ctypes.c_int(6) # except 1d tensors
122+
LLAMA_FTYPE_MOSTYL_Q8_0 = ctypes.c_int(7) # except 1d tensors
122123

123124
# Functions
124125

vendor/llama.cpp

0 commit comments

Comments
 (0)
0