diff --git a/llama.cpp b/llama.cpp index 14e8821cd..426811c78 100644 --- a/llama.cpp +++ b/llama.cpp @@ -10867,7 +10867,7 @@ static int llama_apply_lora_from_file_internal( { LLAMA_LOG_ERROR("%s: invalid tensor data type '%d'\n", __func__, ftype); - return false; + return 1; } }