arg: fix handling --spec-draft-hf and --hf-repo-v (#25043)

* arg: fix handling --spec-draft-hf and --hf-repo-v

* fix missing mparams.hf_file
This commit is contained in:
Xuan-Son Nguyen
2026-06-26 14:36:03 +02:00
committed by GitHub
parent 5397c36194
commit 024930c6ad
2 changed files with 47 additions and 7 deletions

View File

@@ -133,6 +133,8 @@ void common_params_add_preset_options(std::vector<common_arg> & args);
struct common_models_handler {
common_download_hf_plan plan;
common_download_hf_plan plan_spec;
common_download_hf_plan plan_voc;
common_download_opts opts;
};