You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kompute : fix ggml_vk_allocate failure control flow
The correct way to indicate an OOM condition is for alloc_buffer to
return NULL. This fixes undefined behavior caused by passing an
exception over the C boundary.
The rest of the changes help fix VRAM leaks in GPT4All when model
loading fails on GPU.
Signed-off-by: Jared Van Bortel <[email protected]>
0 commit comments