Update common/common.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
e84206d132
commit
4bc47b75ca
1 changed files with 1 additions and 1 deletions
|
@ -1803,7 +1803,7 @@ struct llama_model *llama_load_model_from_url(const char *model_url, const char
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
struct llama_model *llama_load_model_from_url(const char * /*model_url*/, const char * /*path_model*/,
|
struct llama_model * llama_load_model_from_url(const char * /*model_url*/, const char * /*path_model*/,
|
||||||
struct llama_model_params /*params*/) {
|
struct llama_model_params /*params*/) {
|
||||||
fprintf(stderr, "%s: llama.cpp built without curl support, downloading from an url not supported.\n", __func__);
|
fprintf(stderr, "%s: llama.cpp built without curl support, downloading from an url not supported.\n", __func__);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue