-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to run faster-whisper in tests #645
Comments
Hello. It seems that your problem is not a bug from faster whisper. I found the same error occurring with VS code: |
Hi, Can you run faster-whisper without pytest? // Yes, I can. Or can you show your pytest code ? // Sure.
It fails in model.transcribe line. |
|
Hi. Your test is quite simple and I think it has no logic errors (except for changing fs => fw). In addition, you can refer to the transcribe tests in this project: |
Yes sorry, that was an error copying the code.
Thank you very much, I'll check it. |
Hi again, the problem was in |
Hi,
I am trying to run a transcription in a test (pytest) but an error is raised:
The line when the test crashes is (line 629, /faster-whisper/transcribe.py):
Any help is appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: