diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 8ca5b6fc445..aaf7b046814 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -38,7 +38,7 @@ jobs: pytest_command: coverage run -m pytest composer_package_name: composer - name: cpu-doctest - container: mosaicml/pytorch:2.4.0_cpu-python3.10-ubuntu20.04 + container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04 markers: not daily and (remote or not remote) and not gpu and doctest pytest_command: coverage run -m pytest tests/test_docs.py composer_package_name: mosaicml @@ -115,7 +115,7 @@ jobs: composer_package_name: "mosaicml" gpu_num: 1 - name: "gpu-3.11-2.4-1-gpu" - container: mosaicml/pytorch:2.4.0_cu121-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)" pytest_command: "coverage run -m pytest" composer_package_name: "mosaicml" @@ -133,7 +133,7 @@ jobs: composer_package_name: "mosaicml" gpu_num: 2 - name: "gpu-3.11-2.4-2-gpu" - container: mosaicml/pytorch:2.4.0_cu121-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)" pytest_command: "coverage run -m pytest" composer_package_name: "mosaicml" @@ -151,7 +151,7 @@ jobs: composer_package_name: "mosaicml" gpu_num: 4 - name: "gpu-3.11-2.4-4-gpu" - container: mosaicml/pytorch:2.4.0_cu121-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 markers: "(daily or not daily) and (remote or not remote) and gpu and (doctest or not doctest)" pytest_command: "coverage run -m pytest" composer_package_name: "mosaicml" diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index e74689e5972..4a9e2e535a3 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -14,7 +14,7 @@ jobs: matrix: include: - name: gpu-3.11-2.4-1 - container: mosaicml/pytorch:2.4.0_cu121-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 markers: not daily and not remote and gpu and (doctest or not doctest) pytest_command: coverage run -m pytest composer_package_name: mosaicml @@ -40,7 +40,7 @@ jobs: matrix: include: - name: gpu-3.11-2.4-2 - container: mosaicml/pytorch:2.4.0_cu121-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 markers: not daily and not remote and gpu and (doctest or not doctest) pytest_command: coverage run -m pytest composer_package_name: mosaicml @@ -67,7 +67,7 @@ jobs: matrix: include: - name: gpu-3.11-2.4-4 - container: mosaicml/pytorch:2.4.0_cu121-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 markers: not daily and not remote and gpu and (doctest or not doctest) pytest_command: coverage run -m pytest composer_package_name: mosaicml