fix build
This commit is contained in:
parent
803031665a
commit
ef089ca105
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ static std::pair<std::string, std::string> common_get_hf_file(const std::string
|
|||
return std::make_pair(hf_repo, gguf_file.at("rfilename"));
|
||||
}
|
||||
#else
|
||||
static std::string common_get_hf_file(const std::string &, const std::string &) {
|
||||
static std::pair<std::string, std::string> common_get_hf_file(const std::string &, const std::string &) {
|
||||
throw std::runtime_error("error: llama.cpp built without libcurl");
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue