- fixed some issues with the multilingual variant
ChatterBox "Turbo" is default. (Turbo is English only - use the ML start script for multilingual)
(note only the Turbo variant support "tags")
Requires:
CUDA 12.8 - 12.9.1
If you see an error like: Failed to find C compiler. Please specify via CC environment variable.' remove the deepspeed argument from the Start.bat file or install the MSVC compiler missing from your system:
winget install --id=Microsoft.VisualStudio.2022.BuildTools -e --override "--passive --wait --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended" --silent --accept-package-agreements --accept-source-agreements
If you have Visual Studio installed then you can also use the Visual Studio Installer. Select Modify and add Desktop C++ Development.
(restart after installation)