Skip to content

b2430

Choose a tag to compare

@github-actions github-actions released this 14 Mar 23:58
6e0438d
gguf : fix resource leaks (#6061)

There several places where a gguf context is allocated. A call to gguf_free
is missing in some error paths. Also on linux, llama-bench was missing a
fclose.