mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-28 18:32:04 +00:00
WIP + adding iq3_kl quantization mix
This commit is contained in:
@@ -178,6 +178,7 @@ extern "C" {
|
||||
LLAMA_FTYPE_MOSTLY_IQ2_TN = 143, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ1_TN = 144, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ4_XXS = 145, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ3_KL = 146, // except 1d tensors
|
||||
|
||||
LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user