-
Hello together, I have installed Whisper on my Raspberry PI 4 (aarch64), but I get the following error when trying to translate a file to text: I would be very happy to hear your ideas and suggestions for solutions. Many greetings |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
I've had the same problem with another aarch64 device. While I've gotten rid of the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello all, the problem in my case will most likely be that the Raspberry PI does not have enough power to run Whisper correctly. The error message Illegal Instruction is to be understood as a general system crash. As a workaround I set up a vServer with enough resources and wrote a small Python script which receives an audio file via WebSockets, runs Whisper over it and returns a text. If there is interest for such a script, I can publish it. Many greetings |
Beta Was this translation helpful? Give feedback.
-
pkgs/main does not support Raspberry Pi, but conda-forge supports Raspberry Pi |
Beta Was this translation helpful? Give feedback.
-
the raspberry pi is powerful enough to run a ai model with a overclock, so can't whisper just be ported? |
Beta Was this translation helpful? Give feedback.
Hello all,
the problem in my case will most likely be that the Raspberry PI does not have enough power to run Whisper correctly. The error message Illegal Instruction is to be understood as a general system crash.
I have installed Whisper on another arm64 device, which is much more powerful in both CPU and RAM, and it works fine.
As a workaround I set up a vServer with enough resources and wrote a small Python script which receives an audio file via WebSockets, runs Whisper over it and returns a text.
If there is interest for such a script, I can publish it.
Many greetings
Malte