Skip to content

Commit b14bb87

Browse files
committed
cont : fix env var
1 parent 6ef22f0 commit b14bb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
16361636
[](common_params & params, const std::string & value) {
16371637
params.speculative.hf_repo = value;
16381638
}
1639-
).set_env("LLAMA_ARG_HF_REPO"));
1639+
).set_env("LLAMA_ARG_HFD_REPO"));
16401640
add_opt(common_arg(
16411641
{"-hff", "--hf-file"}, "FILE",
16421642
"Hugging Face model file. If specified, it will override the quant in --hf-repo (default: unused)",

0 commit comments

Comments
 (0)