Releases: BBC-Esq/ctranslate2-faster-whisper-transcriber
Releases · BBC-Esq/ctranslate2-faster-whisper-transcriber
v3.3.0 - good stuff
v3.2.1 - distil whisper dude!
See notes for v3.2.0
v3.2.0 - distil-whisper in da house
Added "distil" variants of the Whisper models for increased speed and efficiency.
Added multithreading so the GUI should no longer freeze when transcribing nor when simply downloading a model.
Full Changelog: v3.1.1...v3.2.0
v3.1.1 - faster-whisper-transcriber
Patch release to make setting cuda-related paths more robust.
v3.1.0 - faster installation
Improvements
- Modified
setup.py
to utilize the powerfuluv
package to speedup installation by approximately 2-4x. - Removed all
Ctranslate2
quantization options exceptfloat32
,bfloat16
, andfloat16
. Nobody really used them... - Upgraded certain library versions.
v3.0.1 - perfected
Using sounddevice
instead of pyaudio
. Upgraded faster-whisper
version.
CUDA
is no longer required to be installed. This program will automatically download the appropriate .dll
files to use.
v2.4
v2.3.1 - bug fix
Temporary change in the command to install faster-whisper due to a mistake in uploading to pypi.org.
v2.3 - update faster-whisper
Update to faster-whisper 0.10.0.
v2.2 - transcriber!
Bump to 2.2 due to one additional commit. Otherwise, same as version 2.1.