cont : fix env var

This commit is contained in:
Georgi Gerganov 2025-01-20 21:53:48 +02:00
parent 6ef22f0547
commit b14bb87d92
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -1636,7 +1636,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
[](common_params & params, const std::string & value) {
params.speculative.hf_repo = value;
}
).set_env("LLAMA_ARG_HF_REPO"));
).set_env("LLAMA_ARG_HFD_REPO"));
add_opt(common_arg(
{"-hff", "--hf-file"}, "FILE",
"Hugging Face model file. If specified, it will override the quant in --hf-repo (default: unused)",