From cb9147fd0d9c08a9a84eee5ac405a73f4e10e3e1 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Sun, 2 Aug 2026 15:16:03 +0000 Subject: [PATCH] Fix the fix --- common/common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.cpp b/common/common.cpp index 82885c49..677308a3 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -1810,6 +1810,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa } if (arg == "-ictk" || arg == "--indexer-cache-type-k") { LLAMA_LOG_WARN("================== Quantized inexer cache has been disabled for now => argument '%s' ignored\n", arg.c_str()); + ++i; //params.indexer_cache_type_k = argv[++i]; return true; }