llama : fix meta KV override bug

This commit is contained in:
Georgi Gerganov 2023-12-16 11:19:56 +02:00
parent 7500fa2f07
commit 5469d82d5a
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -1949,7 +1949,7 @@ namespace GGUFMeta {
target = override->bool_value;
return true;
}
return true;
return false;
}
template<typename OT>