Add PyTorch 1.11 to past CI (#18302)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-07-26 15:47:23 +02:00
committed by GitHub
parent bbc28106e0
commit c4c6b4dbda
3 changed files with 22 additions and 1 deletions

View File

@@ -4,6 +4,17 @@ import os
past_versions_testing = {
"pytorch": {
"1.11": {
"torch": "1.11.0",
"torchvision": "0.12.0",
"torchaudio": "0.11.0",
"python": 3.9,
"cuda": "cu113",
"install": (
"python3 -m pip install --no-cache-dir -U torch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0"
" --extra-index-url https://download.pytorch.org/whl/cu113"
),
},
"1.10": {
"torch": "1.10.2",
"torchvision": "0.11.3",