allow building server

This commit is contained in:
Concedo
2026-06-14 10:31:14 +08:00
parent af96c9001d
commit ef5a724ee4
4 changed files with 17 additions and 3 deletions
+5
View File
@@ -1024,6 +1024,11 @@ int common_download_file_single(const std::string & url,
throw std::runtime_error("download functionality is not enabled in this build");
}
std::pair<long, std::vector<char>> common_remote_get_content(const std::string & url,
const common_remote_params & params) {
throw std::runtime_error("download functionality is not enabled in this build");
}
struct gguf_split_info {
std::string prefix; // tag included
std::string tag;