Want To Learn
Member
It appears that Local Vocal needs to be updated for 32.0.0. I'm getting a prompt to update it. Thanks.
I found the problem for me. This domain no longer exists https://ggml.ggerganov.com/ which is where the plugin is trying to download the models from. But if you use the other link for models listed in the github page (https://huggingface.co/ggerganov/whisper.cpp/tree/main) then you can find the models and download them and either name the folders correctly from the json file or just select your own model in the plugin.
![]()
Releases · royshil/obs-localvocal
OBS plugin for local speech recognition and captioning using AI - royshil/obs-localvocalgithub.com
wonderful work by https://github.com/Tabby
What's Changed
![]()
Release OBS Localvocal 0.4.3 · royshil/obs-localvocal
What's Changed Downgrade ONNX runtime to 1.20.1 for MacOS 12 compatibility by @Tabby in #249 Full Changelog: 0.4.2...0.4.3 Checksums obs-localvocal-0.4.3-macos-arm64.pkg: 6c979aa6b04caf9afa057e3b...github.com
What's Changed
Small re-release to fix missing installers from the last release
What's Changed
Download:
![]()
Release OBS Localvocal 0.5.1 · royshil/obs-localvocal
Small re-release to fix missing installers from the last release What's Changed Fix release artifact renaming by @Tabby in #258 Full Changelog: 0.5.0...0.5.1 Checksums obs-localvocal-0.5.1-macos-...github.com
What's Changed
[EDIT] Previous mention of additional AMD GPU targets was incorrect, I made a mistake in how I configured those. Next release for more AMD GPUs :)
What's Changed
- Update whisper dependencies to 0.0.12 by @Tabby in #264
- Updates Vulkan SDK on Windows to 1.4.328.1
- Adds more Vulkan operations that Whisper.cpp can make use of which should improve Vulkan performance
- Build ROCm/HIPBLAS Whisper.cpp backend for all available GPU architectures available in ROCm instead of whatever the...