File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ namespace GGUFMeta {
403403 template bool llama_model_loader::get_key<float > (enum llm_kv kid, float & result, bool required);
404404 template bool llama_model_loader::get_key<uint32_t > (enum llm_kv kid, uint32_t & result, bool required);
405405 template bool llama_model_loader::get_key<std::string>(enum llm_kv kid, std::string & result, bool required);
406- template bool llama_model_loader::get_key<bool >(const std::string & key, bool & result, bool required);
406+ template bool llama_model_loader::get_key<bool > (const std::string & key, bool & result, bool required);
407407 template <>
408408 bool llama_model_loader::get_key (enum llm_kv kid, enum llama_pooling_type & result, bool required) {
409409 uint32_t tmp;
@@ -1166,5 +1166,4 @@ void llama_model_loader::print_info() const {
11661166 }
11671167}
11681168
1169- template bool llama_model_loader::get_key<bool >(enum llm_kv kid, bool & result, bool required);
1170- template bool llama_model_loader::get_key<bool >(const std::string & key, bool & result, bool required);
1169+
You can’t perform that action at this time.
0 commit comments