ik_llama.cpp/examples/gguf
Steve Grubb e290985462 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