summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNexes the Elder <124105151+Nexesenex@users.noreply.github.com>2025-05-31 06:36:50 +0200
committerGitHub <noreply@github.com>2025-05-31 07:36:50 +0300
commit7239ce6b35f0a1812bb54393f6a237c4f7cfe713 (patch)
treef9da555822429ec40ebc0ad551842ce2b68c82dc /src
parent2cf12eb12dcd82cdfe4785c1bcd8dc6255621790 (diff)
forgotten refs and typo (#478)
Diffstat (limited to 'src')
-rw-r--r--src/llama.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/llama.cpp b/src/llama.cpp
index b8555677..18c7cd0f 100644
--- a/src/llama.cpp
+++ b/src/llama.cpp
@@ -18665,6 +18665,9 @@ static ggml_type change_type_if_necessary(ggml_type new_type, int nx, int ny) {
case GGML_TYPE_IQ4_KS:
case GGML_TYPE_IQ4_KS_R4:
case GGML_TYPE_IQ4_XS_R8:
+ case GGML_TYPE_IQ2_KT:
+ case GGML_TYPE_IQ3_KT:
+ case GGML_TYPE_IQ4_KT:
case GGML_TYPE_IQ4_XS: new_type = GGML_TYPE_IQ4_NL; break;
case GGML_TYPE_IQ4_K:
case GGML_TYPE_IQ4_K_R4: