chatterbox
chatterbox copied to clipboard
fix: Add map_location to torch.load for Mac M1/MPS support
torch.load() calls in mtl_tts.py were missing map_location parameter, causing RuntimeError when loading CUDA-saved models on Mac M1/MPS devices.
Fixes #85