From 7239ce6b35f0a1812bb54393f6a237c4f7cfe713 Mon Sep 17 00:00:00 2001 From: Nexes the Elder <124105151+Nexesenex@users.noreply.github.com> Date: Sat, 31 May 2025 06:36:50 +0200 Subject: forgotten refs and typo (#478) --- src/llama.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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: -- cgit v1.2.3