]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
go : adding features to the go-whisper example, go ci, etc (#384)
authorDavid Thorpe <redacted>
Sat, 7 Jan 2023 19:21:43 +0000 (19:21 +0000)
committerGitHub <redacted>
Sat, 7 Jan 2023 19:21:43 +0000 (21:21 +0200)
commitf078a6f20ee11b0ffabb55b8c0f902320f655fd8
tree2895ddff4ca30832c7a4586e57e3a3399ddd5ca7
parentf30b5d322c5786afc75a8a059e0b42dd6b1162b6
go : adding features to the go-whisper example, go ci, etc (#384)

* Updated bindings so they can be used in third pary packages.

* Updated makefiles to set FMA flag on optionally, for xeon E5 on Darwin

* Added test script

* Changes for examples

* Reverted

* Made the NewContext method private
.github/workflows/bindings.yml [new file with mode: 0644]
bindings/go/examples/go-whisper/color.go [new file with mode: 0644]
bindings/go/examples/go-whisper/flags.go
bindings/go/examples/go-whisper/main.go
bindings/go/examples/go-whisper/process.go
bindings/go/params.go
bindings/go/pkg/whisper/consts.go
bindings/go/pkg/whisper/context.go
bindings/go/pkg/whisper/interface.go
bindings/go/pkg/whisper/model.go