diff options
Diffstat (limited to 'include/llama.h')
-rw-r--r-- | include/llama.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llama.h b/include/llama.h index b2906693..965e5f50 100644 --- a/include/llama.h +++ b/include/llama.h @@ -175,8 +175,6 @@ extern "C" { LLAMA_FTYPE_MOSTLY_IQ4_K = 140, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ5_K = 141, // except 1d tensors 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_KS = 145, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ3_KL = 146, // except 1d tensors LLAMA_FTYPE_MOSTLY_IQ2_KS = 147, // except 1d tensors |