-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tests fail on macbook with incomplete MPS support #154
Comments
I just confirmed that
@ziw-liu what do you think is best here? If we're still supporting macbooks then we should add macOS to the tests. |
I think we should only officially support x86_64 CPUs and NVIDIA GPUs. MPS backend in torch is experimental and is expected to break (thus the test is disabled in CI). That being said the partial GPU support is not documented and maybe shouldn't be until we reach feature parity for the deconvolution models. |
GH do have M1 CI runners now. So when MPS becomes mature we can enable the tests again. |
But with |
Tried with a new environment and the tests pass. Thanks for testing @ziw-liu! I've just opened #156 as an interim documentation fix.
Sounds good to me. Should we leave this issue open until we get full MPS support and complete the GPU support? |
Actually MPS is not available in VMs due to Apple being Apple so CI won't be feasible... |
The first set of tests
test_correction.py
fail when I run them locally with:Seems like imperfect support for macbook gpus in torch. Related #150.
The text was updated successfully, but these errors were encountered: