mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-10 01:18:32 +00:00
fix tools build
This commit is contained in:
parent
5ff74fe9a6
commit
c30a386932
1 changed files with 1 additions and 3 deletions
|
|
@ -1009,9 +1009,7 @@ std::vector<common_cached_model_info> common_list_cached_models() {
|
|||
// }
|
||||
|
||||
common_download_model_result common_download_model(const common_params_model & model,
|
||||
const common_download_opts & opts,
|
||||
bool download_mmproj,
|
||||
bool download_mtp) {
|
||||
const common_download_opts & opts) {
|
||||
throw std::runtime_error("download functionality is not enabled in this build");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue