-
Notifications
You must be signed in to change notification settings - Fork 319
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
TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead. #1198
Comments
We currently have limited coverage over MPS but it's a good point. |
This is the full error Traceback (most recent call last): |
I see |
@vmoens Any update? |
This should be fixed: |
Could you please kindly provide a working example? I have the MPS float64 error when running |
Hi Vmoens, I am back to trying to resolve this issue please. I'd appreciate if you could please make a tutorial such that it contains python code that will work on MPS please. It is not clear at all what is the workaround as I am still getting errors unfortunately. I have run this code:
And I get an error during the check:
Please could you resolve the issue? |
#1827 should fix this issue! |
I tried following the RL tutorial from here. Even though it mentioned cuda, I use MPS and when I tried to apply the same code with MPS logic, I couldn't make it work, but it works perfectly without has_mps and using cuda.
The text was updated successfully, but these errors were encountered: