From 608b1224f65af9d953667164d5b1b7253e73fc5f Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Sat, 6 Jul 2024 19:16:06 +0200 Subject: [PATCH] Update common/common.cpp --- common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index a2700f135..786db0923 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -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;