Closed Kurasa632 closed 2 days ago
You are either offline or cannot download the model from HuggingFace (which is where it comes from). When you use STT for the first time it streams and stores the ONNX of whisper-tiny so you can use it. It is not pre-loaded into the application since not everyone uses it.
If you have internet connectivity issues or are prevented from reaching hf.co/** endpoints (by ISP or VPN) will result in this issue. We do not mirror this model to a fallback URL, so its HF or nothing
You are either offline or cannot download the model from HuggingFace (which is where it comes from). When you use STT for the first time it streams and stores the ONNX of whisper-tiny so you can use it. It is not pre-loaded into the application since not everyone uses it.
If you have internet connectivity issues or are prevented from reaching hf.co/** endpoints (by ISP or VPN) will result in this issue. We do not mirror this model to a fallback URL, so its HF or nothing
If I manually download whisper-tiny, where should I put it?
How are you running AnythingLLM?
Docker (local)
What happened?
When I use STT for input.The error is shown in the figure below.
Are there known steps to reproduce?
No response