Jay Binks

Results 6 issues of Jay Binks

Im the silly user, that didnt read the docs right, and I set the file path in GOOGLE_APPLICATION_CREDENTIALS. the result of that is a crash with this stack trace `(gdb)...

if I load a model, and in multiple threads, create new whisper contexts, should you expect that I could execute whisper on the same model in separate threads? Right now...

question

Is it possible to stop the output when loading a model. Maybe a "Silent" boolean, when calling Whisper_init or similar ? TBH Id imagine this should default to silent. exposing...

enhancement

I cant make language autodetection work. When using the CLI, it seems to default to English, rather than "auto". (tested with Chinese audio sample). The UI has a dropdown without...

` Jays-iMac-Pro:verbaflow jay.binks$ go build ./cmd/verbaflow # github.com/nlpodyssey/rwkv ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/layer.go:16:14: undefined: ag.Scalar ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/rwkv.go:51:28: undefined: ag.Scalar ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/rwkv.go:76:35: undefined: ag.Scalar ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/state.go:28:14: undefined: ag.Var ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/state.go:29:14: undefined: ag.Var ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/state.go:30:14: undefined: ag.Var ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/state.go:31:14: undefined: ag.Var ../../go/pkg/mod/github.com/nlpodyssey/[email protected]/state.go:32:14:...

On a nearly brand-new mac mini M2, I get the following error trying to generate the coreml files. Any ideas / suggestions would be appreciated. ```./generate-coreml-model.sh large /opt/homebrew/lib/python3.11/site-packages/whisper/timing.py:57: NumbaDeprecationWarning: The...

solution