]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
bindings : initial import of golang bindings (#287)
authorDavid Thorpe <redacted>
Tue, 20 Dec 2022 06:54:33 +0000 (07:54 +0100)
committerGitHub <redacted>
Tue, 20 Dec 2022 06:54:33 +0000 (08:54 +0200)
commit231bebca7deaf32d268a8b207d15aa859e52dbbe
tree1c68df87fc5ae4e8ac11fefed2a33df0f519e25a
parent90564f85f97d0a5d6054fd6b70ca1bd7ba42bd70
bindings : initial import of golang bindings (#287)

* Initial import of golang bindings

* Updated makefile rules

* Updated bindings

* Makefile update to add in more tests
21 files changed:
bindings/go/.gitignore [new file with mode: 0755]
bindings/go/LICENSE [new file with mode: 0755]
bindings/go/Makefile [new file with mode: 0755]
bindings/go/README.md [new file with mode: 0755]
bindings/go/doc.go [new file with mode: 0644]
bindings/go/examples/go-model-download/context.go [new file with mode: 0755]
bindings/go/examples/go-model-download/main.go [new file with mode: 0755]
bindings/go/examples/go-whisper/flags.go [new file with mode: 0755]
bindings/go/examples/go-whisper/main.go [new file with mode: 0755]
bindings/go/examples/go-whisper/process.go [new file with mode: 0755]
bindings/go/go.mod [new file with mode: 0755]
bindings/go/params.go [new file with mode: 0644]
bindings/go/pkg/whisper/consts.go [new file with mode: 0755]
bindings/go/pkg/whisper/context.go [new file with mode: 0755]
bindings/go/pkg/whisper/context_test.go [new file with mode: 0755]
bindings/go/pkg/whisper/doc.go [new file with mode: 0755]
bindings/go/pkg/whisper/interface.go [new file with mode: 0755]
bindings/go/pkg/whisper/model.go [new file with mode: 0755]
bindings/go/samples/jfk.wav [new file with mode: 0755]
bindings/go/whisper.go [new file with mode: 0644]
bindings/go/whisper_test.go [new file with mode: 0644]