builds for PyTorch 2.2.1 2.2.2 2.3.0 2.3.1

Summary: Build for new pytorch versions

Reviewed By: MichaelRamamonjisoa

Differential Revision: D58668956

fbshipit-source-id: 7fdfb377b370448d6147daded6a21b8db87586fb
This commit is contained in:
Jeremy Reizenstein
2024-06-17 05:57:59 -07:00
committed by Facebook GitHub Bot
parent 4ae25bfce7
commit 302da69461
3 changed files with 143 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ CONDA_CUDA_VERSIONS = {
"2.1.1": ["cu118", "cu121"],
"2.1.2": ["cu118", "cu121"],
"2.2.0": ["cu118", "cu121"],
"2.2.2": ["cu118", "cu121"],
"2.3.1": ["cu118", "cu121"],
}