Update src/llama-model-loader.cpp

This commit is contained in:
Younes B 2025-07-07 17:29:50 +04:00 committed by GitHub
parent 084873c215
commit fd203302aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ namespace GGUFMeta {
template bool llama_model_loader::get_key<bool> (enum llm_kv kid, bool & result, bool required);
template bool llama_model_loader::get_key<float> (enum llm_kv kid, float & result, bool required);
template bool llama_model_loader::get_key<double> (enum llm_kv kid, double & result, bool required);
template bool llama_model_loader::get_key<double> (enum llm_kv kid, double & result, bool required);
template bool llama_model_loader::get_key<uint32_t> (enum llm_kv kid, uint32_t & result, bool required);
template bool llama_model_loader::get_key<std::string>(enum llm_kv kid, std::string & result, bool required);