Skip to content

Commit 5136435

Browse files
authored
Using cu128 instead of cu126 for pr-gpu and daily tests (#3867)
1 parent ee7b97f commit 5136435

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/daily.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
composer_package_name: "mosaicml"
105105
gpu_num: 1
106106
- 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
108108
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
109109
pytest_command: "coverage run -m pytest"
110110
composer_package_name: "mosaicml"
@@ -116,7 +116,7 @@ jobs:
116116
composer_package_name: "mosaicml"
117117
gpu_num: 2
118118
- 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
120120
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
121121
pytest_command: "coverage run -m pytest"
122122
composer_package_name: "mosaicml"
@@ -128,7 +128,7 @@ jobs:
128128
composer_package_name: "mosaicml"
129129
gpu_num: 4
130130
- 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
132132
markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)"
133133
pytest_command: "coverage run -m pytest"
134134
composer_package_name: "mosaicml"

.github/workflows/pr-gpu.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- name: gpu-3.12-2.7-1
19-
container: mosaicml/pytorch:2.7.0_cu126-python3.12-ubuntu22.04
19+
container: mosaicml/pytorch:2.7.0_cu128-python3.12-ubuntu22.04
2020
markers: not daily and not remote and gpu and (doctest or not doctest)
2121
pytest_command: coverage run -m pytest
2222
composer_package_name: mosaicml
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
include:
4747
- name: gpu-3.12-2.7-2
48-
container: mosaicml/pytorch:2.7.0_cu126-python3.12-ubuntu22.04
48+
container: mosaicml/pytorch:2.7.0_cu128-python3.12-ubuntu22.04
4949
markers: not daily and not remote and gpu and (doctest or not doctest)
5050
pytest_command: coverage run -m pytest
5151
composer_package_name: mosaicml
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
include:
7777
- name: gpu-3.12-2.7-4
78-
container: mosaicml/pytorch:2.7.0_cu126-python3.12-ubuntu22.04
78+
container: mosaicml/pytorch:2.7.0_cu128-python3.12-ubuntu22.04
7979
markers: not daily and not remote and gpu and (doctest or not doctest)
8080
pytest_command: coverage run -m pytest
8181
composer_package_name: mosaicml

0 commit comments

Comments
 (0)