Skip to content

Commit 8ad71f4

Browse files
committed
IQ1_XS
and small adjustments.
1 parent 14f4f40 commit 8ad71f4

File tree

3 files changed

+477
-14
lines changed

3 files changed

+477
-14
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ extern "C" {
169169
LLAMA_FTYPE_MOSTLY_IQ2_XL = 36, // except 1d tensors
170170
LLAMA_FTYPE_MOSTLY_IQ3_XL = 37, // except 1d tensors
171171
LLAMA_FTYPE_MOSTLY_Q2_K_L = 38, // except 1d tensors
172-
172+
LLAMA_FTYPE_MOSTLY_IQ1_XS = 39, // except 1d tensors
173173
LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
174174
};
175175

0 commit comments

Comments
 (0)