]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : alloc ggml_contexts on the heap (#2525)
authorGeorgi Gerganov <redacted>
Thu, 31 Oct 2024 20:00:09 +0000 (22:00 +0200)
committerGitHub <redacted>
Thu, 31 Oct 2024 20:00:09 +0000 (22:00 +0200)
commitaa037a60f32018f32e54be3531ec6cc7802899eb
treee4a383a3f3da66b6819f56cdc1c24df9346613a5
parent19dca2bb1464326587cbeb7af00f93c4a59b01fd
ggml : alloc ggml_contexts on the heap (#2525)

* whisper : reduce ggml_context usage

* ggml : allocate contexts on the heap (v2)

* ggml : aligned malloc -> malloc
ggml/include/ggml.h
ggml/src/ggml-metal.m
ggml/src/ggml.c
src/whisper.cpp