mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-08-12 22:29:39 +04:00
Disable quantized indexer cache (#2236)
This commit is contained in:
+2
-1
@@ -1809,7 +1809,8 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
|
||||
return true;
|
||||
}
|
||||
if (arg == "-ictk" || arg == "--indexer-cache-type-k") {
|
||||
params.indexer_cache_type_k = argv[++i];
|
||||
LLAMA_LOG_WARN("================== Quantized inexer cache has been disabled for now => argument '%s' ignored\n", arg.c_str());
|
||||
//params.indexer_cache_type_k = argv[++i];
|
||||
return true;
|
||||
}
|
||||
if (arg == "-ctk-first" || arg == "--cache-type-k-first") {
|
||||
|
||||
Reference in New Issue
Block a user