Skip to content

Commit

Permalink
llama : fix try_override for bool_value which always return true (gge…
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs authored Dec 18, 2023
1 parent 2994f0c commit 3c04bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ namespace GGUFMeta {
target = override->bool_value;
return true;
}
return true;
return false;
}

template<typename OT>
Expand Down

0 comments on commit 3c04bf6

Please sign in to comment.