-
Notifications
You must be signed in to change notification settings - Fork 20
Fix and improve CI #56
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
Conversation
raimis
commented
May 12, 2022
•
edited
Loading
edited
- Update dependencies
- Fix C++/CUDA standard
- Simplify CI
- Enable periodic CI
I think there are issues with this torchani build for some reason: |
@peastman could you review? |
gcc: "8.5.0" | ||
nvcc: "10.2" | ||
python: "3.7" | ||
pytorch: "1.11.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.
Does this mean we're no longer trying to support any version before 1.11?
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.
Yes, only PyTorch 1.11. conda-forge
has pinned the version of PyTorch (conda-forge/conda-forge-pinning-feedstock#2812), so there will be no more packages for the older versions.
Looks good. |