Skip to content

Commit cb8a4be

Browse files
committed
Merge branch 'cancel-model-load' of github.com:crasm/llama.cpp into cancel-model-load
2 parents 32ebd52 + 1160de3 commit cb8a4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9039,7 +9039,7 @@ struct llama_model * llama_load_model_from_file(
90399039
if (status == -1) {
90409040
LLAMA_LOG_ERROR("%s: failed to load model\n", __func__);
90419041
} else if (status == -2) {
9042-
LLAMA_LOG_INFO("%s, cancelled model load\n", __func__);
9042+
LLAMA_LOG_INFO("%s: cancelled model load\n", __func__);
90439043
}
90449044
delete model;
90459045
return nullptr;

0 commit comments

Comments
 (0)