-
Notifications
You must be signed in to change notification settings - Fork 395
New PyTorch Version
Benjamin Bossan edited this page Jul 4, 2021
·
4 revisions
When adding support for a new PyTorch version, do the following:
- Update
.github/workflows/testing.yml
(exclude combinations if necessary) - Update PyTorch version in
README.rst
(possibly update cudatoolkit version) - Update PyTorch version in
docs/user/installation.rst
(possibly update cudatoolkit version) - Optional: create a new
environment.yml
- Create a PR to perform the CI matrix
- Fix issues if any