builds for PyTorch 1.10.1

Summary: Adds 1.10.1 to the nightly builds

Reviewed By: patricklabatut

Differential Revision: D33507966

fbshipit-source-id: af88b155adbc4e3236107f709323bd46a1819013
This commit is contained in:
Jeremy Reizenstein
2022-01-10 10:02:40 -08:00
committed by Facebook GitHub Bot
parent fc4dd80208
commit 85cdcc252d
3 changed files with 59 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ declare -A CONDA_CUDA_VERSIONS=(
# ["1.9.0"]="cu102 cu111"
# ["1.9.1"]="cu102 cu111"
["1.10.0"]="cu102 cu111 cu113"
["1.10.1"]="cu102 cu111 cu113"
)