llama : fix try_override for bool_value which always return true (#4519)
This commit is contained in:
parent
2994f0c5a2
commit
3c04bf6da8
1 changed files with 1 additions and 1 deletions
|
@ -1937,7 +1937,7 @@ namespace GGUFMeta {
|
||||||
target = override->bool_value;
|
target = override->bool_value;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename OT>
|
template<typename OT>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue