mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 09:38:55 +02:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # CODEOWNERS # examples/debug/debug.cpp # examples/eval-callback/eval-callback.cpp # ggml/src/ggml-cpu/amx/mmq.cpp # ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp # scripts/pr2wt.sh
This commit is contained in:
+1
-1
@@ -630,7 +630,7 @@ static hf_cache::hf_file find_best_model(const hf_cache::hf_files & files,
|
||||
if (!tag.empty()) {
|
||||
tags.push_back(tag);
|
||||
} else {
|
||||
tags = {"Q4_K_M", "Q4_0"};
|
||||
tags = {"Q4_K_M", "Q8_0"};
|
||||
}
|
||||
|
||||
for (const auto & t : tags) {
|
||||
|
||||
Reference in New Issue
Block a user