builds for PyTorch 1.9.1

Summary: Add conda builds for the newly released PyTorch version 1.9.1.

Reviewed By: patricklabatut

Differential Revision: D31140206

fbshipit-source-id: 697549a3ef0db8248f4f9b5c00cf1407296b5022
This commit is contained in:
Jeremy Reizenstein
2021-09-27 04:15:53 -07:00
committed by Facebook GitHub Bot
parent 9a737da83c
commit d0ca3b9e0c
3 changed files with 50 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ declare -A CONDA_CUDA_VERSIONS=(
# ["1.8.0"]="cu101 cu102 cu111"
# ["1.8.1"]="cu101 cu102 cu111"
["1.9.0"]="cu102 cu111"
["1.9.1"]="cu102 cu111"
)