Update common/common.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
be561a7ffd
commit
eb9e52a218
1 changed files with 1 additions and 1 deletions
|
@ -1640,7 +1640,7 @@ void llama_batch_add(
|
|||
|
||||
#ifdef LLAMA_USE_CURL
|
||||
|
||||
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) {
|
||||
// Basic validation of the model_url
|
||||
if (!model_url || strlen(model_url) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue