Skip to content

v0.19.2

Compare
Choose a tag to compare
@yum-food yum-food released this 10 Jun 00:23
· 9 commits to master since this release

Download the .zip at the bottom of this page, then install 1 dependency:

  • Microsoft Visual C++ Redistributable. Direct link: vc_redist.x64.exe. Required by some Python dependencies.

Then follow the v0.13 setup guide: https://youtu.be/SqOGTnKXgag

Please report all issues to the discord: https://discord.gg/YWmCvbCRyn

Hotfix 2:

  • Include cuda 12 .dlls in .zip.

Hotfix 1:

  • Bump CUDNN to v8.9.7.
  • Drop two apparently unused CUDA .dlls.
  • Disable flash attention by default, since it requires a 3000-series (Ampere) GPU or newer.
  • Disable flash attention when CPU mode is selected. flash attention is a GPU algorithm, so it doesn't make sense to request it when CPU mode is on.

Significant changes:

  • Upgrade to ctranslate2 4.2.1, which implements flash-attention. This should improve performance across the board.

Minor changes:

  • Change defaults to work with custom chatbox prefab from Gumroad

Avatar resources used by custom chatbox:

  • 1 material slot
  • 12 polygons
  • 108 parameter bits
  • 5.33 MB of texture memory
  • 5 audio sources

How to uninstall:

  • Simply delete the TaSTT/ directory. All runtime dependencies are installed under that directory, so deleting it leaves nothing behind.