Skip to content

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)
  • Add new PyTorch version in README.rst (possibly update cudatoolkit version)
  • Add new PyTorch version in docs/user/installation.rst (possibly update cudatoolkit version)
  • Remove old PyTorch version (we officially support the latest minor 4 versions)
  • Optional: create a new environment.yml
  • Create a PR to perform the CI matrix
  • Fix issues if any
Clone this wiki locally