-
Notifications
You must be signed in to change notification settings - Fork 314
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
RuntimeError: PyTorch is not linked with support for mps devices #12
Comments
Hi @AnisH1427, Please follow these steps below : If you are running on the local system
If you dont have a gpu local system, and dont want to run on CPU, you can run it on colab with run device to t4 gpu and write --device cuda As per my understanding, MacOS already consist of a mps device which is not in there in the case of Windows. You can give the above steps a try. Thank you |
running local with a intel i7/ Nvidia 4050 gpu, called '--device cuda' and it still renders the 'mps' issue. |
@AnisH1427 You are using
|
I clone the project, and trying to do what is mentioned in examples/sports. I first installed the requirements, run main.py for PITCH_DETECTION but got this error.
The text was updated successfully, but these errors were encountered: