Commit History

whisper : add large-v3-turbo (#2440)
f3283ba
unverified

ggerganov commited on

go : add temperature options (#2417)
5b36f0b
unverified

Binozo Binozo commited on

go : add tests and update bindings (#2425)
c80d17a
unverified

Stavros Panakakis commited on

go : fix CUDA build (#2416)
dafe96d
unverified

Binozo Binozo commited on

go : add beamsize/entropythold/maxcontext to context interface (#2350)
7efcda7
unverified

hsinhoyeh commited on

whisper : remove `speed_up` and `phase_vocoder*` functions (#2198)
7ef0c95
unverified

stanimirovb commited on

bindings/go : add linker flags to make metal work (#1944)
3dee0de
unverified

josharian commited on

go : add SetInitialPrompt method to bindings (#1753)
5fd6678
unverified

blib321 commited on

go : fixed Makefile for MacOS ARM 64 (#1530)
5dbb1e3
unverified

gleicon ggerganov commited on

whisper : make large version explicit + fix data size units (#1493)
03a3210
unverified

ggerganov commited on

whisper : add support for large v3 (#1444)
9908abb
unverified

ggerganov commited on

whisper : add context param to disable gpu (#1293)
290abed
unverified

jhenhong ggerganov commited on

binding : Expose the audio_ctx param through the Go binding (#1368)
8e7b807
unverified

djojoz commited on

go : implement SetSplitOnWord (#1114)
400c46a
unverified

xsidurd commited on

go : call SetDuration appropriately (#1077)
4528b8c
unverified

tmctmc commited on

go : fix context.Process call in examples (#1067)
0a7c278
unverified

mvrilo commited on

whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058)
eedbf0c
unverified

Akash Mahajan ggerganov commited on

go : add support for whisper_full_lang_id() (#1010)
1d4bf86
unverified

jaybinks Jay Binks commited on

go : fix "cb" -> "callNewSegment"
cdb726d
unverified

ggerganov commited on

go : improve progress reporting and callback handling (#1024)
19d7f69
unverified

appleboy commited on

go : exposed various parts to the Go Interface (#697)
38f9f3b
unverified

intheblueyonder commited on

models : change HF hosting from dataset to model
92e3777
unverified

ggerganov commited on

whisper : add whisper_state + default state on the whisper_context (#523)
fa946a3
unverified

sandrohanea Sandro Hanea ggerganov commited on

go : NewContext now returns a clean context (#537)
cd6d7f1
unverified

polarmoon Ming commited on

go : support "auto" as an option when set language (#462)
ccaa693
unverified

polarmoon Ming commited on

go : add wrapper for system info (#456)
4a56623
unverified

Lukas Rist commited on

go : add WhisperLangAutoDetect method to go binding (#451)
d45536d
unverified

Robin commited on

go : added wrappers to reset and print timings (#436)
89e8314
unverified

Lukas Rist commited on

go : remove sample_best and sample_timestamp bindings (#409)
996990d
unverified

trojan295 commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov commited on

go : adding features to the go-whisper example, go ci, etc (#384)
728fcbe
unverified

djthorpe commited on

go : bindings updated so they can be used in third party packages. (#379)
4030b6d
unverified

djthorpe commited on

go : run `go mod tidy` before building examples + fix permissions (#296)
8517b79
unverified

Mohit Agarwal commited on

bindings : initial import of golang bindings (#287)
5e456c0
unverified

djthorpe commited on