llama : fix meta KV override bug
This commit is contained in:
parent
7500fa2f07
commit
5469d82d5a
1 changed files with 1 additions and 1 deletions
|
@ -1949,7 +1949,7 @@ namespace GGUFMeta {
|
|||
target = override->bool_value;
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
template<typename OT>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue