Skip to content

b2008

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 00:01
ceebbb5
ggml alloc: Fix for null dereference on alloc failure (#5200)

* Fix for a null pointer dereference if a metal GGML buffer fails to be allocated

* Freeing the allocated buffers rather than the pointer in ggml-alloc.c

* Fixed the fix of the fix