]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
go : add beamsize/entropythold/maxcontext to context interface (#2350)
authorhsinhoyeh <redacted>
Wed, 28 Aug 2024 14:09:01 +0000 (22:09 +0800)
committerGitHub <redacted>
Wed, 28 Aug 2024 14:09:01 +0000 (17:09 +0300)
commitc4e1861d2c24b186cbbac6c07480aaa298b0e6d9
treefda72c4bea1f37b35e5ecbbff90661f54249943e
parentda9809f2438e60387ff48d78a9e8abd10b1d346c
go : add beamsize/entropythold/maxcontext to context interface (#2350)

* feat(go binding): add beamsize/entropythold/maxcontext to context interface

fixes: #2349

* fix go building build

* fix dynamic link .so and header.h

* remove LD_LIBRARY_PATH

* remove ggml obj from whisper dynamic lib

* drop LIB_GGML
Makefile
bindings/go/Makefile
bindings/go/params.go
bindings/go/pkg/whisper/context.go
bindings/go/pkg/whisper/interface.go
bindings/go/whisper.go