Installation

#2
by rdhankani - opened

I tried given steps and installed dependencies on apple silicon but still cannot get it to work. Still not able to map to MPS (error message below).

"RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU."

Error was raised on this line:
MODEL = ChatterboxTTS.from_pretrained("cpu")

If it helps my pytorch is 2.6.0 and it does identify MPS. Any idea whats wrong?
EDIT: I did not clone your repo?! is that the problem.

Sign up or log in to comment