Fix the fix

This commit is contained in:
Kawrakow 2026-08-02 15:16:03 +00:00
parent 96938a1094
commit cb9147fd0d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}