-
Notifications
You must be signed in to change notification settings - Fork 20
CI for NNPOps #34
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
CI for NNPOps #34
Conversation
raimis
commented
Oct 1, 2021
•
edited
Loading
edited
- Install the decencies
- Build the library
- Run the tests (CPU only)
This was tested on a fork: https://github.com/raimis/NNPOps/actions/runs/1304947584 |
@peastman any comments? |
.github/workflows/ci.yml
Outdated
gcc: 10.3.0 | ||
nvcc: 11.2 | ||
python: 3.9 | ||
pytorch: 1.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be 1.9? That's the most recent release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TorchANI has a problem with PyTorch 1.9.
Cannot test with PyTorch 1.9, because of aiqm/torchani#598 |
Ok. We just need to remember to update once that issue is fixed. Everything else looks fine. |