mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
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:
committed by
Facebook GitHub Bot
parent
05cbea115a
commit
3f428d9981
@@ -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"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user