Skip to content

Commit 65085c7

Browse files
authored
llama : minor fixed return int value (#5529)
1 parent 6dcc02d commit 65085c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10893,7 +10893,7 @@ static int llama_apply_lora_from_file_internal(
1089310893
{
1089410894
LLAMA_LOG_ERROR("%s: invalid tensor data type '%d'\n",
1089510895
__func__, ftype);
10896-
return false;
10896+
return 1;
1089710897
}
1089810898
}
1089910899

0 commit comments

Comments
 (0)