-
Notifications
You must be signed in to change notification settings - Fork 20
Update the CI versions #75
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
Dec 13, 2022
•
edited
Loading
edited
- Include PyTorch 1.12
- Update from the source installation
@peastman could you review? |
.github/workflows/ci.yml
Outdated
# Latest supported versions (with CUDA) | ||
- name: Linux (CUDA 11.2, Python 3.10, PyTorch 1.12) |
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.
All of these are older versions. How about CUDA 11.8, Python 3.11, and PyTorch 1.13?
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.
Python 3.11 and PyTorch 1.13 are not available because there are no corresponding TorchANI packages.
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.
Changed to CUDA 11.7. CUDA 11.8 isn't available because of the cuda-toolkit
action not yet supporting it.
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.
Looks good.