chatterbox
chatterbox copied to clipboard
mtl_tts: Add device/map_location args
This makes example_tts.py work OOTB on my Macbook – otherwise it would try to load tensors onto CUDA devices, which are notably missing.
Should also make CPU inference work similarly better.