Update common/common.cpp

This commit is contained in:
Xuan Son Nguyen 2024-07-06 19:16:06 +02:00 committed by GitHub
parent 43c78d0160
commit 608b1224f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;