]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
go : bindings updated so they can be used in third party packages. (#379)
authorDavid Thorpe <redacted>
Fri, 6 Jan 2023 17:32:28 +0000 (17:32 +0000)
committerGitHub <redacted>
Fri, 6 Jan 2023 17:32:28 +0000 (19:32 +0200)
commit322f4e6c4ea8f8b3526bb6cebce0113cd157fe62
treea22b67ae6d1b6fa737ff7ef2061c07a28e389f0f
parent1652965529a467213b588491d7849292df7808d9
go : bindings updated so they can be used in third party packages. (#379)

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

* Updated makefiles to set FMA flag on optionally, for xeon E5 on Darwin
CMakeLists.txt
Makefile
bindings/go/.gitignore
bindings/go/Makefile
bindings/go/README.md
bindings/go/examples/go-model-download/main.go
bindings/go/go.sum [new file with mode: 0644]
bindings/go/params.go
bindings/go/whisper.go
bindings/go/whisper_test.go