From: Herman Semenov Date: Fri, 16 Feb 2024 11:45:48 +0000 (+0000) Subject: llama : minor fixed return int value (#5529) X-Git-Tag: upstream/0.0.4488~2323 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=65085c713e14f78cdda6abc275b1a5d8c2b8ca15;p=pkg%2Fggml%2Fsources%2Fllama.cpp llama : minor fixed return int value (#5529) --- diff --git a/llama.cpp b/llama.cpp index 08e7b02b..8966c3e6 100644 --- a/llama.cpp +++ b/llama.cpp @@ -10893,7 +10893,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; } }