Skip to content

New PyTorch Version

Benjamin Bossan edited this page May 25, 2023 · 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 4 latest minor versions)
  • Create a PR to run the CI matrix
  • Fix issues if any
Clone this wiki locally