-
Hello, I am starting with openai.whisper and, therefore, I have created a virtual machine in a vagrant environment - linux debian 12, (on a Windows host), and followed the installation process given in "https://github.com/openai/whisper ". Everything seems to start fine, both in the console and the first example with python3, but the second example that uses the statement "result = whisper.decode(model, mel, options)", throws the following error when executed: #python3 whisper2.py
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
FYI in case the articles linked below are helpful (this is via Google search and I don't have direct experience with this error)
Could not initialize NNPACK - StackOverflow Running PyTorch Efficiently: Alternative Backends When NNPACK Fails |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your information. It may be for the vagrant-virtualbox environment. |
Beta Was this translation helpful? Give feedback.
FYI in case the articles linked below are helpful (this is via Google search and I don't have direct experience with this error)
Could not initialize NNPACK - StackOverflow
Running PyTorch Efficiently: Alternative Backends When NNPACK Fails