-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] #4124
Comments
Can you try with our fork ( |
MPS seems to work with the fork . Test Environment:
|
It shows:
Check the documentation of torch.load to learn more about types accepted by default with weights_only https://pytorch.org/docs/stable/generated/torch.load.html.
And do you know how to solve it?Thanks! |
OK,I'd like to have a try.Is it supports MPS? |
Switching to the fork should solve all these problems. |
It supports MPS (I've tested it). |
OK,thank you!I'd like to have a try. |
Describe the bug
Never MPS?
To Reproduce
wav = tts.tts(text="Hello world!", speaker_wav="input/001.wav", language="en")
Expected behavior
ON MPS!
Logs
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: