Skip to content

Commit 1160de3

Browse files
Update llama.cpp
Co-authored-by: Jared Van Bortel <[email protected]>
1 parent 4b1f70c commit 1160de3

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)