-
Notifications
You must be signed in to change notification settings - Fork 25
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
Errors with ANI #23
Comments
TorchANI 2.2 or 2.2.2? |
2.2. That's the most recent version available on conda-forge. They have 2.2.2 for linux-64 and osx-64, but only 2.2 for everything else. |
2.2 is also the most recent release at https://github.com/aiqm/torchani. |
The same issue like aiqm/torchani#598. You need TorchANI 2.2.2. |
They released TorchANI 2.2.2 (conda-forge/torchani-feedstock#3), but not updated https://github.com/aiqm/torchani |
Where can I get it from? It's neither on conda-forge nor github. |
I installed the latest TorchANI code from the main branch on github. I don't know whether that corresponds to 2.2.2, but it fixed the problem. We should make sure the noarch conda build gets updated before we release OpenMM-ML. Otherwise, we'll be getting a lot of bug reports from Mac and Windows users. |
Can we add this to the GitHub Actions CI on @mikemhenry's box?
|
Yes, it is on
Since TorchANI 2.2.1, it is not longer |
Ping @yueyericardo |
No CUDA on Mac is fine, but there's only a package for x86, not ARM. |
Hi, sorry for that! We will release a new version for |
Thanks! |
Hi, For osx_arm64 it could be installed with
|
I'm trying to use this on a new computer (an ARM Mac) for the first time, and I ran into an error I've never seen before. When it tries to compile the TorchANI model to TorchScript, I get the exception
I have PyTorch 1.10.0 and TorchANI 2.2, both installed from conda-forge. Has anyone seen this before?
The text was updated successfully, but these errors were encountered: