download : prefer q8_0 when q4_k not available (#22428)

This commit is contained in:
Georgi Gerganov 2026-04-27 15:30:29 +03:00 committed by GitHub
parent 0f1bb602dd
commit e940b3d468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -627,7 +627,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) {