6.3.0 - whisper upgrade
NOTE
This release has been deleted a few times because of errors but this one should work now....
Updates:
- Added the large-v3 whisper model and removed large-v2.
- Added all three distil whisper model sizes.
- Ensured that all whisper model files are downloaded to the
Models/whisper
folder in the source code folder. - Added error handling in metrics bar for if/when the numbers go over 100% - e.g. a model overflows the vram.
- Modified
gui.py
to specify the multiprocess type earlier in the script to avoid some errors.