llama.cpp/examples/gguf
Steve Grubb 6e0438da3c
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.
2024-03-14 20:29:32 +02:00
..
CMakeLists.txt gguf : simplify example dependencies 2023-12-21 23:08:14 +02:00
gguf.cpp gguf : fix resource leaks (#6061) 2024-03-14 20:29:32 +02:00