summaryrefslogtreecommitdiff
path: root/llama.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp')
-rw-r--r--llama.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}