builds for pytorch 1.13.1

Reviewed By: davidsonic

Differential Revision: D42315355

fbshipit-source-id: f5ced5270e5a7b4a162ee930fc51dee0469d51fc
This commit is contained in:
Jeremy Reizenstein
2023-01-12 14:27:43 -08:00
committed by Facebook GitHub Bot
parent 3cf3998ea5
commit 9fb452db5c
2 changed files with 43 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ CONDA_CUDA_VERSIONS = {
"1.12.0": ["cu102", "cu113", "cu116"],
"1.12.1": ["cu102", "cu113", "cu116"],
"1.13.0": ["cu116", "cu117"],
"1.13.1": ["cu116", "cu117"],
}