bug fix in common-nexa.cpp
gguf_free(ctx_gguf) is called twice in L155, but this typo is not appeared in apollo repos, so this is just a tiny but fatal typo.
This commit is contained in:
parent
0b15d2d745
commit
97267e60bd
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ bool load_hparams_and_tensors_from_gguf(const std::string &fname, NexaBaseModel
|
|||
|
||||
ggml_free(meta);
|
||||
gguf_free(ctx_gguf);
|
||||
gguf_free(ctx_gguf);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue