Describe the bug
When running 01OS locally, the downloaded model ggml-tiny.en.bin generates a conflicting sha256 and then fails to load with Whisper. This also fails silently, two PRs (#232 and #233) rectify that.
To Reproduce
Steps to reproduce the behavior:
poetry run 01 --local
Expected behavior
To be able to interact with 01OS by successfully converting STT.
Desktop (please complete the following information):
- OS: Debian GNU/Linux 11 (bullseye) aarch64
- Python Version 3.11.9
Additional context
Redownloading and replacing the model outside of 01OS's urllib.request.urlretrieve call fixes the issue.
Describe the bug
When running 01OS locally, the downloaded model
ggml-tiny.en.bingenerates a conflicting sha256 and then fails to load with Whisper. This also fails silently, two PRs (#232 and #233) rectify that.To Reproduce
Steps to reproduce the behavior:
poetry run 01 --localExpected behavior
To be able to interact with 01OS by successfully converting STT.
Desktop (please complete the following information):
Additional context
Redownloading and replacing the model outside of 01OS's
urllib.request.urlretrievecall fixes the issue.