Michael Seydel

Results 14 comments of Michael Seydel

In https://github.com/SilentVoid13/Templater/discussions/702 I quoted > Based on things others have said in Discord, I suspect that even if you're not a coder, just helping consolidate and categorize issues helps developers...

Alright, if someone wants to point me toward something I can make a PR for, that would be cool. If not... 🤷

@KarinBrisker I haven't tried it yet but https://llm-tracker.info/books/howto-guides/page/speech-to-text#bkmrk-seamlessm4t might help (I found it via reddit https://www.reddit.com/r/LocalLLaMA/comments/15ybk2r/comment/jxgbfsd/?utm_source=share&utm_medium=web2x&context=3)

If this is the [same bug,](https://github.com/home-assistant/addons/issues/3464) it sounds like it's working better for you than most of us 🙃

Thank you, that helped! ``` >>> import whispercpp >>> whispercpp.MODELS["ggml-large-v3.bin"] = "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3.bin" >>> w_large = whispercpp.Whisper('large-v3') Downloading ggml-large-v3.bin... whisper_init_from_file_no_state: loading model from '/Users/micseydel/.ggml-models/ggml-large-v3.bin' whisper_model_load: loading model whisper_model_load: n_vocab = 51866...

@1907010218 I was trying to get Whisper working in a Docker container on macOS and abandoned my attempt. I'm not the only one: https://github.com/openai/whisper/discussions/1798#discussioncomment-10300753

I installed on my Raspberry Pi via pip and hit this same issue. I tried the alba model from https://github.com/rhasspy/piper/blob/master/VOICES.md and `echo 'This is just a simple test' | piper...

I tried enabling Omnisearch on my big (>30k notes) vault and it freezes Obsidian, so I tried letting it run overnight and found the plugin wasn't enabled when I woke...

pip installation on my rpi doesn't seem to have worked https://github.com/rhasspy/piper/issues/773