@@ -104,7 +104,7 @@ jobs:
104
104
composer_package_name : " mosaicml"
105
105
gpu_num : 1
106
106
- name : " gpu-3.12-2.7-1-gpu"
107
- container : mosaicml/pytorch:2.7.0_cu126 -python3.12-ubuntu22.04
107
+ container : mosaicml/pytorch:2.7.0_cu128 -python3.12-ubuntu22.04
108
108
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
109
109
pytest_command : " coverage run -m pytest"
110
110
composer_package_name : " mosaicml"
@@ -116,7 +116,7 @@ jobs:
116
116
composer_package_name : " mosaicml"
117
117
gpu_num : 2
118
118
- name : " gpu-3.12-2.7-2-gpu"
119
- container : mosaicml/pytorch:2.7.0_cu126 -python3.12-ubuntu22.04
119
+ container : mosaicml/pytorch:2.7.0_cu128 -python3.12-ubuntu22.04
120
120
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
121
121
pytest_command : " coverage run -m pytest"
122
122
composer_package_name : " mosaicml"
@@ -128,7 +128,7 @@ jobs:
128
128
composer_package_name : " mosaicml"
129
129
gpu_num : 4
130
130
- name : " gpu-3.12-2.7-4-gpu"
131
- container : mosaicml/pytorch:2.7.0_cu126 -python3.12-ubuntu22.04
131
+ container : mosaicml/pytorch:2.7.0_cu128 -python3.12-ubuntu22.04
132
132
markers : " (daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
133
133
pytest_command : " coverage run -m pytest"
134
134
composer_package_name : " mosaicml"
0 commit comments