@@ -31,17 +31,17 @@ jobs:
31
31
pytest_command : coverage run -m pytest
32
32
composer_package_name : mosaicml
33
33
- name : cpu-3.11-2.4
34
- container : mosaicml/pytorch:2.4.0_cpu -python3.11-ubuntu20.04
34
+ container : mosaicml/pytorch:2.4.1_cpu -python3.11-ubuntu20.04
35
35
markers : not daily and (remote or not remote) and not gpu and not doctest
36
36
pytest_command : coverage run -m pytest
37
37
composer_package_name : mosaicml
38
38
- name : cpu-3.11-2.4-composer
39
- container : mosaicml/pytorch:2.4.0_cpu -python3.11-ubuntu20.04
39
+ container : mosaicml/pytorch:2.4.1_cpu -python3.11-ubuntu20.04
40
40
markers : not daily and (remote or not remote) and not gpu and not doctest
41
41
pytest_command : coverage run -m pytest
42
42
composer_package_name : composer
43
43
- name : cpu-doctest
44
- container : mosaicml/pytorch:2.4.0_cpu -python3.11-ubuntu20.04
44
+ container : mosaicml/pytorch:2.4.1_cpu -python3.11-ubuntu20.04
45
45
markers : not daily and (remote or not remote) and not gpu and doctest
46
46
pytest_command : coverage run -m pytest tests/test_docs.py
47
47
composer_package_name : mosaicml
@@ -56,17 +56,17 @@ jobs:
56
56
pytest_command : coverage run -m pytest
57
57
composer_package_name : mosaicml
58
58
- name : daily-cpu-3.11-2.4
59
- container : mosaicml/pytorch:2.4.0_cpu -python3.11-ubuntu20.04
59
+ container : mosaicml/pytorch:2.4.1_cpu -python3.11-ubuntu20.04
60
60
markers : daily and (remote or not remote) and not gpu and not doctest
61
61
pytest_command : coverage run -m pytest
62
62
composer_package_name : mosaicml
63
63
- name : daily-cpu-3.11-2.4-composer
64
- container : mosaicml/pytorch:2.4.0_cpu -python3.11-ubuntu20.04
64
+ container : mosaicml/pytorch:2.4.1_cpu -python3.11-ubuntu20.04
65
65
markers : daily and (remote or not remote) and not gpu and not doctest
66
66
pytest_command : coverage run -m pytest
67
67
composer_package_name : composer
68
68
- name : daily-cpu-doctest
69
- container : mosaicml/pytorch:2.4.0_cpu -python3.11-ubuntu20.04
69
+ container : mosaicml/pytorch:2.4.1_cpu -python3.11-ubuntu20.04
70
70
markers : daily and (remote or not remote) and not gpu and doctest
71
71
pytest_command : coverage run -m pytest tests/test_docs.py
72
72
composer_package_name : mosaicml
@@ -120,7 +120,7 @@ jobs:
120
120
composer_package_name : " mosaicml"
121
121
gpu_num : 1
122
122
- name : " gpu-3.11-2.4-1-gpu"
123
- container : mosaicml/pytorch:2.4.0_cu124 -python3.11-ubuntu20.04
123
+ container : mosaicml/pytorch:2.4.1_cu124 -python3.11-ubuntu20.04
124
124
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
125
125
pytest_command : " coverage run -m pytest"
126
126
composer_package_name : " mosaicml"
@@ -138,7 +138,7 @@ jobs:
138
138
composer_package_name : " mosaicml"
139
139
gpu_num : 2
140
140
- name : " gpu-3.11-2.4-2-gpu"
141
- container : mosaicml/pytorch:2.4.0_cu124 -python3.11-ubuntu20.04
141
+ container : mosaicml/pytorch:2.4.1_cu124 -python3.11-ubuntu20.04
142
142
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
143
143
pytest_command : " coverage run -m pytest"
144
144
composer_package_name : " mosaicml"
@@ -156,7 +156,7 @@ jobs:
156
156
composer_package_name : " mosaicml"
157
157
gpu_num : 4
158
158
- name : " gpu-3.11-2.4-4-gpu"
159
- container : mosaicml/pytorch:2.4.0_cu124 -python3.11-ubuntu20.04
159
+ container : mosaicml/pytorch:2.4.1_cu124 -python3.11-ubuntu20.04
160
160
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
161
161
pytest_command : " coverage run -m pytest"
162
162
composer_package_name : " mosaicml"
0 commit comments