ggml_gallocr_needs_realloc: graph has different number of nodes ggml_gallocr_alloc_graph: reallocating buffers automatically ggml_gallocr_reserve_n: reallocating CPU buffer from size 0.00 MiB to 5.02 ...
This is crashing on Windows because malloc calls into the app-local CRT, but realloc calls the OS provided implementation in ucrtbase.dll. This is fallout from #68950 where malloc/free were added to ...