Skip to content

Releases: bssrdf/llama.cpp

b2116

10 Feb 18:54
f026f81

Choose a tag to compare

metal : use autoreleasepool to avoid memory leaks (#5437)

There appears to be a known memory leak when using the
`MLTCommandBuffer`. It is suggested to use `@autoreleasepool` in
[1,2]

[1] https://developer.apple.com/forums/thread/662721
[2] https://forums.developer.apple.com/forums/thread/120931

This change-set wraps the `ggml_metal_graph_compute` in a
`@autoreleasepool`.

This commit addresses https://github.com/ggerganov/llama.cpp/issues/5436

b1967

25 Jan 19:01
256d1bb

Choose a tag to compare

android : use release cmake build type by default (#5123)