Skip to content

Commit e940b3d

Browse files
authored
download : prefer q8_0 when q4_k not available (#22428)
1 parent 0f1bb60 commit e940b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/download.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ static hf_cache::hf_file find_best_model(const hf_cache::hf_files & files,
627627
if (!tag.empty()) {
628628
tags.push_back(tag);
629629
} else {
630-
tags = {"Q4_K_M", "Q4_0"};
630+
tags = {"Q4_K_M", "Q8_0"};
631631
}
632632

633633
for (const auto & t : tags) {

0 commit comments

Comments
 (0)