You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last):
File "D:\whisper-fast_main_.py", line 638, in
File "D:\whisper-fast_main_.py", line 529, in cli
File "faster_whisper\transcribe.py", line 125, in init
RuntimeError: CUDA failed with error out of memory
[16468] Failed to execute script 'main' due to unhandled exception!
5c17de1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notified you of the following problem.
You can put the option that it can work with CPU instead of detecting it automatically.
D:\Programacion\DELPHI\JJ 2023\Win32\Debug>w.exe "D:\Programacion\DELPHI\JJ 2023\Win32\Debug\1.ts" --model=large-v2
Standalone Faster-Whisper r141.3 running on: CUDA
Traceback (most recent call last):
File "D:\whisper-fast_main_.py", line 638, in
File "D:\whisper-fast_main_.py", line 529, in cli
File "faster_whisper\transcribe.py", line 125, in init
RuntimeError: CUDA failed with error out of memory
[16468] Failed to execute script 'main' due to unhandled exception!
5c17de1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why you added a comment to this commit in particular.
Also you are not using faster-whisper directly. You should open an issue in https://github.com/Purfview/whisper-standalone-win instead.