mirror of
https://github.com/KimberleyJensen/Mel-Band-Roformer-Vocal-Model.git
synced 2026-04-03 08:19:16 -06:00
Add MPS support #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @okalex on 2/22/2025
This PR adds support for apple silicon.
torch.scatterwasn't supported with imaginary numbers on MPS, so I changed that according to a chatgpt suggestion (sorry, I'm not much of a python/pytorch developer), and can confirm that it works on my machine. Let me know if there's anything else you'd like to see here.