Skip to content

Commit 7bd0b24

Browse files
GermanAizekjordankanter
authored andcommitted
llama : minor fixed return int value (ggml-org#5529)
1 parent 005bd75 commit 7bd0b24

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)