We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f4f40 commit 8ad71f4Copy full SHA for 8ad71f4
include/llama.h
@@ -169,7 +169,7 @@ extern "C" {
169
LLAMA_FTYPE_MOSTLY_IQ2_XL = 36, // except 1d tensors
170
LLAMA_FTYPE_MOSTLY_IQ3_XL = 37, // except 1d tensors
171
LLAMA_FTYPE_MOSTLY_Q2_K_L = 38, // except 1d tensors
172
-
+ LLAMA_FTYPE_MOSTLY_IQ1_XS = 39, // except 1d tensors
173
LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
174
};
175
0 commit comments