]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
go : add Encoder Begin Callback (#2900)
authorAmanda Der Bedrosian <redacted>
Wed, 19 Mar 2025 07:05:04 +0000 (00:05 -0700)
committerGitHub <redacted>
Wed, 19 Mar 2025 07:05:04 +0000 (09:05 +0200)
commit96db0c5a9c8517052026cc672da4b0c63dcf3de5
treeededa07c7a4c1b0df46d4b56e76b2f8b3e3508ec
parentd2aaffd5d9bcd4d721684050792222973c4813b4
go : add Encoder Begin Callback (#2900)

Adding in EncoderBeginCallback to the Context's Process callback.
This optional callback function returns false if computation should
be aborted.

Co-authored-by: Amanda Der Bedrosian <redacted>
bindings/go/README.md
bindings/go/examples/go-whisper/process.go
bindings/go/pkg/whisper/context.go
bindings/go/pkg/whisper/context_test.go
bindings/go/pkg/whisper/interface.go