add missing gguf_free in load_checkpoint_lora_file
This commit is contained in:
parent
e07f5c57bb
commit
bdb7092e82
1 changed files with 1 additions and 0 deletions
|
@ -1556,6 +1556,7 @@ bool load_checkpoint_lora_file(const char * filename, struct my_llama_model * mo
|
||||||
|
|
||||||
load_checkpoint_lora_gguf(fctx, f_ggml_ctx, model, lora, opt);
|
load_checkpoint_lora_gguf(fctx, f_ggml_ctx, model, lora, opt);
|
||||||
|
|
||||||
|
gguf_free(fctx);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue