OpenInterpreter / 01

The open-source language model computer
http://openinterpreter.com/01
GNU Affero General Public License v3.0
4.76k stars 470 forks source link

Local Whisper Fails to Load Model #234

Open rbrisita opened 2 months ago

rbrisita commented 2 months ago

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:

  1. poetry run 01 --local

Expected 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.urlretrieve call fixes the issue.