mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-05-01 03:41:53 +00:00
iq4_k_xxs: basics
This commit is contained in:
@@ -177,6 +177,7 @@ extern "C" {
|
||||
LLAMA_FTYPE_MOSTLY_IQ6_K = 142, // except 1d tensors
|
||||
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_GUESSED = 1024, // not specified in the model file
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user