Skip to content

6.3.0 - whisper upgrade

Compare
Choose a tag to compare
@BBC-Esq BBC-Esq released this 31 Jul 20:06
· 512 commits to main since this release
851893b

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.