chatterbox icon indicating copy to clipboard operation
chatterbox copied to clipboard

fix: Add map_location to torch.load for Mac M1/MPS support

Open devbyteai opened this issue 3 weeks ago • 0 comments

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

devbyteai avatar Dec 25 '25 20:12 devbyteai