pytorch 2.4.0 + 2.4.1

Summary:
Apparently pytorch 2.4 is now supported as per [this closed issue](https://github.com/facebookresearch/pytorch3d/issues/1863).

Added the `2.4.0` & `2.4.1` versions to `regenerate.py` then ran that as per the `README_fb.md` which generated `config.yml` changes.

Reviewed By: bottler

Differential Revision: D62517831

fbshipit-source-id: 002e276dfe2fa078136ff2f6c747d937abbadd1a
This commit is contained in:
Nicholas Dahm
2024-09-11 15:09:43 -07:00
committed by Facebook GitHub Bot
parent 05cbea115a
commit 3f428d9981
2 changed files with 142 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ CONDA_CUDA_VERSIONS = {
"2.2.0": ["cu118", "cu121"],
"2.2.2": ["cu118", "cu121"],
"2.3.1": ["cu118", "cu121"],
"2.4.0": ["cu118", "cu121"],
"2.4.1": ["cu118", "cu121"],
}