whisper doesn't work on colab #1809
Replies: 7 comments 3 replies
-
This just happened to me on Colab Pro, using a saved notebook that worked last month and the file was found here:
|
Beta Was this translation helpful? Give feedback.
-
It's most likely related to the neweset release. For the time being I'm using the command |
Beta Was this translation helpful? Give feedback.
-
This sequence of installs works on colab with the whisper release out today.
|
Beta Was this translation helpful? Give feedback.
-
It works for me on Google Colab |
Beta Was this translation helpful? Give feedback.
-
This worked for me as well on colab |
Beta Was this translation helpful? Give feedback.
-
I am using CPU and downgraded to v20231106. But still my issue persists. I dont have GPU. I am giving a simple command whisper filename.mp3 . Please assist as it is highly frustrating. F:\Downloads\Transcribe>openai-whisper JonesMedical.mp3 |
Beta Was this translation helpful? Give feedback.
-
you need to use anaconda on windows. Installed Anaconda, gave this command to install ffmpeg running anaconda as an Administrator in command prompt, and runs like a charm: conda install -c conda-forge ffmpeg |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i've been using whisper for few days now, it worked perfectly. Since yesterday it doesnt work, im using google colab, installing with this
After installation is complete im using this command
!whisper "fff.mp3" --model medium --language pl --word_timestamps True --max_line_width 15 --max_words_per_line 1
It used to work perfectly but now error pops up.
The only command that works is
!whisper "fff.mp3" --model medium --language pl
But I need one word per line so its not helpful for me.
Anyone know what is the problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions