Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jul 24, 2023
1 parent 0f55c43 commit 5c17de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faster_whisper/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "0.7.0"
__version__ = "0.7.1"

2 comments on commit 5c17de1

@salsavalencia2000
Copy link

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!

@guillaumekln
Copy link
Contributor Author

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.

Please sign in to comment.