Update common/common.cpp
This commit is contained in:
parent
43c78d0160
commit
608b1224f6
1 changed files with 1 additions and 1 deletions
|
@ -2531,7 +2531,7 @@ struct llama_model * llama_load_model_from_hf(
|
|||
struct llama_model * llama_load_model_from_url(
|
||||
const char * /*model_url*/,
|
||||
const char * /*path_model*/,
|
||||
const char * /*hf_token*/
|
||||
const char * /*hf_token*/,
|
||||
const struct llama_model_params & /*params*/) {
|
||||
fprintf(stderr, "%s: llama.cpp built without libcurl, downloading from an url not supported.\n", __func__);
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue