SoundStorm-pytorch icon indicating copy to clipboard operation
SoundStorm-pytorch copied to clipboard

Add Apple Silicon MPS support

Open HamedMP opened this issue 2 years ago • 0 comments

Adds MPS (Meta Performance Shaders) option to run the training on. Torch MPS

The hardcoded "cuda" strings have been changed to use the args.device instead, in case someone wants to try running it on Apple Silicon devices.

P.s. Some formatting has also been done with black formatter.

HamedMP avatar Aug 08 '23 11:08 HamedMP