(Re-)Enable Nightly + Past CI (#22393)
* Enable Nightly + Past CI * put schedule --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,18 @@ import os
|
||||
|
||||
past_versions_testing = {
|
||||
"pytorch": {
|
||||
"1.13": {
|
||||
"torch": "1.13.1",
|
||||
"torchvision": "0.14.1",
|
||||
"torchaudio": "0.13.1",
|
||||
"python": 3.9,
|
||||
"cuda": "cu116",
|
||||
"install": (
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu116"
|
||||
),
|
||||
"base_image": "nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"1.12": {
|
||||
"torch": "1.12.1",
|
||||
"torchvision": "0.13.1",
|
||||
@@ -14,6 +26,7 @@ past_versions_testing = {
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu113"
|
||||
),
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"1.11": {
|
||||
"torch": "1.11.0",
|
||||
@@ -25,6 +38,7 @@ past_versions_testing = {
|
||||
"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"
|
||||
),
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"1.10": {
|
||||
"torch": "1.10.2",
|
||||
@@ -36,6 +50,7 @@ past_versions_testing = {
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.10.2 torchvision==0.11.3 torchaudio==0.10.2"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu113"
|
||||
),
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
# torchaudio < 0.10 has no CUDA-enabled binary distributions
|
||||
"1.9": {
|
||||
@@ -48,87 +63,44 @@ past_versions_testing = {
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu111"
|
||||
),
|
||||
},
|
||||
"1.8": {
|
||||
"torch": "1.8.1",
|
||||
"torchvision": "0.9.1",
|
||||
"torchaudio": "0.8.1",
|
||||
"python": 3.9,
|
||||
"cuda": "cu111",
|
||||
"install": (
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu111"
|
||||
),
|
||||
},
|
||||
"1.7": {
|
||||
"torch": "1.7.1",
|
||||
"torchvision": "0.8.2",
|
||||
"torchaudio": "0.7.2",
|
||||
"python": 3.9,
|
||||
"cuda": "cu110",
|
||||
"install": (
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu110"
|
||||
),
|
||||
},
|
||||
"1.6": {
|
||||
"torch": "1.6.0",
|
||||
"torchvision": "0.7.0",
|
||||
"torchaudio": "0.6.0",
|
||||
"python": 3.8,
|
||||
"cuda": "cu101",
|
||||
"install": (
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.6.0 torchvision==0.7.0 torchaudio==0.6.0"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu101"
|
||||
),
|
||||
},
|
||||
"1.5": {
|
||||
"torch": "1.5.1",
|
||||
"torchvision": "0.6.1",
|
||||
"torchaudio": "0.5.1",
|
||||
"python": 3.8,
|
||||
"cuda": "cu101",
|
||||
"install": (
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.5.1 torchvision==0.6.1 torchaudio==0.5.1"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu101"
|
||||
),
|
||||
},
|
||||
"1.4": {
|
||||
"torch": "1.4.0",
|
||||
"torchvision": "0.5.0",
|
||||
"torchaudio": "0.4.0",
|
||||
"python": 3.8,
|
||||
"cuda": "cu100",
|
||||
"install": (
|
||||
"python3 -m pip install --no-cache-dir -U torch==1.4.0 torchvision==0.5.0 torchaudio==0.4.0"
|
||||
" --extra-index-url https://download.pytorch.org/whl/cu100"
|
||||
),
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
},
|
||||
"tensorflow": {
|
||||
"2.11": {
|
||||
"tensorflow": "2.11.1",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.11.1",
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"2.10": {
|
||||
"tensorflow": "2.10.1",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.10.1",
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"2.9": {
|
||||
"tensorflow": "2.9.3",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.9.3",
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"2.8": {
|
||||
"tensorflow": "2.8.2",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.8.2",
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"2.7": {
|
||||
"tensorflow": "2.7.3",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.7.3",
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"2.6": {
|
||||
"tensorflow": "2.6.5",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.6.5",
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
"2.5": {
|
||||
"tensorflow": "2.5.3",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.5.3",
|
||||
},
|
||||
# need another `nvidia:cuda` docker image, otherwise GPU not working
|
||||
"2.4": {
|
||||
"tensorflow": "2.4.4",
|
||||
"install": "python3 -m pip install --no-cache-dir -U tensorflow==2.4.4",
|
||||
# This should be specified as a docker build argument.
|
||||
# We keep the information here for reference only.
|
||||
"base_docker": "nvidia/cuda:11.0.3-cudnn8-devel-ubuntu20.04",
|
||||
"base_image": "nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user