21
21
run_all_tests_torch_gpu :
22
22
runs-on : [self-hosted, docker-gpu, single-gpu]
23
23
container :
24
- image : pytorch/pytorch:1.9 .0-cuda11.1 -cudnn8-runtime
24
+ image : pytorch/pytorch:1.10 .0-cuda11.3 -cudnn8-runtime
25
25
options : --gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
26
26
steps :
27
27
- name : Launcher docker
36
36
apt -y update && apt install -y libsndfile1-dev git
37
37
pip install --upgrade pip
38
38
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
39
- pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111 /torch_nightly.html -U
39
+ pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113 /torch_nightly.html -U
40
40
41
41
- name : Are GPUs recognized by our DL frameworks
42
42
run : |
87
87
run_all_tests_torch_multi_gpu :
88
88
runs-on : [self-hosted, docker-gpu, multi-gpu]
89
89
container :
90
- image : pytorch/pytorch:1.9 .0-cuda11.1 -cudnn8-runtime
90
+ image : pytorch/pytorch:1.10 .0-cuda11.3 -cudnn8-runtime
91
91
options : --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
92
92
steps :
93
93
- name : Launcher docker
@@ -103,7 +103,7 @@ jobs:
103
103
apt -y update && apt install -y libsndfile1-dev git
104
104
pip install --upgrade pip
105
105
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
106
- pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111 /torch_nightly.html -U
106
+ pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113 /torch_nightly.html -U
107
107
108
108
- name : Are GPUs recognized by our DL frameworks
109
109
run : |
@@ -154,7 +154,7 @@ jobs:
154
154
run : |
155
155
apt -y update && apt install -y libaio-dev
156
156
pip install --upgrade pip
157
- pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111 /torch_nightly.html -U
157
+ pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113 /torch_nightly.html -U
158
158
pip install .[testing,deepspeed]
159
159
pip install git+https://github.com/microsoft/DeepSpeed
160
160
@@ -195,7 +195,7 @@ jobs:
195
195
run : |
196
196
apt -y update && apt install -y libaio-dev
197
197
pip install --upgrade pip
198
- pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111 /torch_nightly.html -U
198
+ pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu113 /torch_nightly.html -U
199
199
rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
200
200
pip install .[testing,fairscale]
201
201
pip install git+https://github.com/microsoft/DeepSpeed # testing bleeding edge
0 commit comments