Remove iq1_tn and iq2_tn - Part 1

Now that iq1_bn and iq2_bn have per row scales, there is no
reason to also have iq1_tn and iq2_tn.
This commit is contained in:
Iwan Kawrakow
2024-10-24 14:15:03 +02:00
parent 6952e676e2
commit 5c42877a38
12 changed files with 20 additions and 945 deletions

View File

@@ -401,8 +401,8 @@ extern "C" {
GGML_TYPE_IQ4_K = 139,
GGML_TYPE_IQ5_K = 140,
GGML_TYPE_IQ6_K = 141,
GGML_TYPE_IQ2_TN = 142,
GGML_TYPE_IQ1_TN = 143,
// depricated: GGML_TYPE_IQ2_TN = 142,
// depricated: GGML_TYPE_IQ1_TN = 143,
GGML_TYPE_IQ4_KS = 144,
GGML_TYPE_IQ2_KS = 145,
GGML_TYPE_IQ4_KSS = 146,