Update llama.cpp

Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
This commit is contained in:
Georgi Gerganov 2023-12-17 21:25:19 +02:00 committed by GitHub
parent 4b1f70cb03
commit 1160de38f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9039,7 +9039,7 @@ struct llama_model * llama_load_model_from_file(
if (status == -1) {
LLAMA_LOG_ERROR("%s: failed to load model\n", __func__);
} else if (status == -2) {
LLAMA_LOG_INFO("%s, cancelled model load\n", __func__);
LLAMA_LOG_INFO("%s: cancelled model load\n", __func__);
}
delete model;
return nullptr;