mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-28 18:32:04 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user