iq4_k_xxs: basics

This commit is contained in:
Iwan Kawrakow
2024-10-08 10:52:53 +03:00
parent c0ddc644bb
commit 4c76471979
8 changed files with 259 additions and 4 deletions

View File

@@ -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
};