-
Notifications
You must be signed in to change notification settings - Fork 9
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
Apple GPU support & float32 dtype #14
Comments
Hey @TomaSusi, The models were trained with float64 and because MPS does not support float64, it is a bit of a pain to deliver the model on MPS.
|
Thanks for the quick reply! Loading the model with the given syntax doesn't work on the latest pytorch:
If I update this to However, this results in another error:
Setting this environment variable does not seem to help (I tried both %env within the notebook and !export, and editing my .zprofile file. I posted into the suggested issue (pytorch/pytorch#77764 (comment)). |
Hi,
Just getting started with MACE but am really digging it! I was excited to see that you support Apple GPUs, but is that only for training? When I try to use a
mace_off()
ormace_mp()
ASE calculator and specify both the dtype and the device, I get an error:Or maybe this is just a simple bug..? I am running PyTorch 2.4.1.
The text was updated successfully, but these errors were encountered: