Skip to content

v1.1.0 - better/faster/stronger

Compare
Choose a tag to compare
@BBC-Esq BBC-Esq released this 11 Mar 18:26
· 17 commits to main since this release
8af3ef8
  • CPU support with automatic thread management.
  • Process each file individually instead of in a list sent to ctranslate2, which enables error handling for files that can't be processed for any reason. Previously, if one file failed the all other files failed.
  • Simplified installation script setup_windows.py.
  • Increase speed max to 200 batch size (USE WITH CAUTION - large-v2 model only supports approximately 21 speed on a GPU with 24 GB of VRAM. You'll have to experiment with the speed setting for smaller Whisper models).
  • Revise GUI and add more user-friendly messages.

TO-DO:

  • Figure out why the model still isn't being released from memory like it was mid-release versions...You currently have to close the program (not a big deal) to release VRAM memory...).