llama : minor fixed return int value

This commit is contained in:
Herman Semenov 2024-02-16 14:38:10 +03:00
parent 0d4177126b
commit 7026c7bd53

View file

@ -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;
}
}