Skip to content

Commit ef089ca

Browse files
committed
fix build
1 parent 8030316 commit ef089ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ static std::pair<std::string, std::string> common_get_hf_file(const std::string
206206
return std::make_pair(hf_repo, gguf_file.at("rfilename"));
207207
}
208208
#else
209-
static std::string common_get_hf_file(const std::string &, const std::string &) {
209+
static std::pair<std::string, std::string> common_get_hf_file(const std::string &, const std::string &) {
210210
throw std::runtime_error("error: llama.cpp built without libcurl");
211211
}
212212
#endif

0 commit comments

Comments
 (0)