]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : add abort_callback for cpu backend (#725)
authorMichael Podvitskiy <redacted>
Fri, 9 Feb 2024 09:42:27 +0000 (10:42 +0100)
committerGitHub <redacted>
Fri, 9 Feb 2024 09:42:27 +0000 (11:42 +0200)
commit2c7cf49810d523b9632da393a9e8270b60bf3b24
tree0a2a9da9f05201edda9828e4e18437345b863c05
parent6b14d738d9100c50c199a3b1aaa960f633904476
ggml : add abort_callback for cpu backend (#725)

* a way to use abort_callback with the cpu backend

* whisper update
examples/whisper/whisper.cpp
examples/whisper/whisper.h
include/ggml/ggml-backend.h
include/ggml/ggml.h
src/ggml-backend.c
src/ggml.c