-
Notifications
You must be signed in to change notification settings - Fork 124
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
'mps' NotImplementedError -FYI #70
Comments
Have searched for ways to reduce the number of output channels but got bogged down in details of the program without understanding the big picture |
Oops a link above should be: [https://github.com/pytorch/pytorch/issues/134416] |
Appears to have been fixed today see: https://github.com/pytorch/pytorch/pull/140726 but I have not yet tested it in AudioSR. Need to download latest PyTorch and verify that it works in MacOS Sonoma |
Please feel free to @-mention me in case it's still not working and I'll take another look. Requirements are macOS 15.1 (or later), and PyTorch nightly (torch-2.6.0.dev20241115 or later). If you're using torchaudio that can be tricky to get working with torch-2.6.0.dev20241115 right now without compiling from source. It should be easier tomorrow. The steps to compile from source is fairly straight-forward, but complicated the first time you're doing it (everything's easy when you know how), and I don't think it's documented anywhere. If you get stuck please reach out -- I'm happy to help 😃 |
Thanks. Before I upgrade to 15.1. Is there a known reason that it will not work with the last MacOS Sonoma 14.7.1? Or hasn’t it been tested with it? |
The fixes in MPS rolls out with the OS as opposed to stand-alone. To get the fixes in MPS you need to update macOS to a version after which they where introduced -- macOS 15.1 in this case. |
Heads up: pytorch/pytorch#140726 introduced a regression affecting at least the @RobBW Do you know if the model is using |
On a Mac M2 I get the error message:
According to the PyTorch site this message is incorrect; fallback also errors . See:https://github.com/pytorch/pytorch/issues/134416)
https://github.com/pytorch/pytorch/issues/129207
According to the latter they
Looks like we can only wait and in the meantime ensure Output channels <65536
The text was updated successfully, but these errors were encountered: