llama : minor fixed return int value (#5529)

This commit is contained in:
Herman Semenov 2024-02-16 11:45:48 +00:00 committed by GitHub
parent 6dcc02d244
commit 65085c713e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10893,7 +10893,7 @@ static int llama_apply_lora_from_file_internal(
{ {
LLAMA_LOG_ERROR("%s: invalid tensor data type '%d'\n", LLAMA_LOG_ERROR("%s: invalid tensor data type '%d'\n",
__func__, ftype); __func__, ftype);
return false; return 1;
} }
} }