You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I saw that PR #550 recently added support for MPS/M1, but the Readme says DeepSpeed is not supported on Apple Silicon:
Be aware that DeepSpeed is disabled on Apple Silicon since it does not work. The flag --use_deepspeed is ignored. You may need to prepend PYTORCH_ENABLE_MPS_FALLBACK=1 to the commands below to make them work since MPS does not support all the operations in Pytorch.
However, DeepSpeed PR #3907 adds support for Apple Silicon.
Is there any way to run DeepSpeed on M1 with Tortoise TTS?
Thank you!
The text was updated successfully, but these errors were encountered:
@fakerybakery@manmay-nakhashi
As far as I can tell, it works. I've enabled deep speed in my PR which enables mps support.
However, I it doesn't seem to have much of an effect on the speed of inference #837
Hi,
I saw that PR #550 recently added support for MPS/M1, but the Readme says DeepSpeed is not supported on Apple Silicon:
The text was updated successfully, but these errors were encountered: