-
I've been using Whisper for a few weeks now to conduct interview transcriptions offline, with the assumption from #1100 that raw audio is never uploaded to OpenAI. However, recently whisper crashed with the following error message while running offline:
After I reconnected to the internet, subsequent attempts worked fine, both offline and online. Is this a bug? Or is a regular connection required to use Whisper? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It might have been caused by tiktoken trying to download the GPT2 tokenizer, which wasn't necessary and fixed in #1163. I haven't yet made a release after that, but can you try with the latest commit and see if the issue continues? |
Beta Was this translation helpful? Give feedback.
It might have been caused by tiktoken trying to download the GPT2 tokenizer, which wasn't necessary and fixed in #1163. I haven't yet made a release after that, but can you try with the latest commit and see if the issue continues?