fix tools build

This commit is contained in:
Concedo 2026-05-30 08:55:37 +08:00
parent 5ff74fe9a6
commit c30a386932

View file

@ -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");
}