-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac M1 - multiple issues preventing transcription #255
Open
Comments
Facing the same issue:
|
After some debugging I was able to fix this using below workaround inside installed libs - File: insanely-fast-whisper/lib/python3.12/site-packages/transformers/models/whisper/generation_whisper.py
|
This was referenced Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I keep trying to run
insanely-fast-whisper
on M! but for some reason face some unknown issue which I can't trace to any existing problems. Thus creating a new issue.Environment:
Command that I tried to run:
insanely-fast-whisper --batch-size 4 --device-id mps --file-name <filename>
Error:
It starts to run but then crashes after some seconds and this is the trace.
(If it matters in any way, the file is a mp4 but only contains the audio track. For reference, I can run whisper with CPU or whisper-mps which runs just fine with CPU-GPU in tandem.)
Someone encountered this issue? Were you able to bypass it?
I am using the CLI, running it in a script is somewhat not an option at the moment.
The text was updated successfully, but these errors were encountered: