You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, I've seen that there are many flags that check for torch with cuda, and many cuda specific calls.
I've commented the checks out and converted the devices to be used with "cpu" but it is very slow.
Is there a way to make this work with MPS?
I imagine we could go in and modify the code, and everything to float32 instead of float64?
The text was updated successfully, but these errors were encountered:
So far, I've seen that there are many flags that check for torch with cuda, and many cuda specific calls.
I've commented the checks out and converted the devices to be used with "cpu" but it is very slow.
Is there a way to make this work with MPS?
I imagine we could go in and modify the code, and everything to float32 instead of float64?
The text was updated successfully, but these errors were encountered: