diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index ac9eaf6822..ae897bb032 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -31,12 +31,12 @@ jobs: pytest_command: coverage run -m pytest composer_package_name: mosaicml - name: cpu-3.11-2.5 - container: mosaicml/pytorch:2.5.0_cpu-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04 markers: not daily and (remote or not remote) and not gpu and not doctest pytest_command: coverage run -m pytest composer_package_name: mosaicml - name: cpu-3.11-2.5-composer - container: mosaicml/pytorch:2.5.0_cpu-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04 markers: not daily and (remote or not remote) and not gpu and not doctest pytest_command: coverage run -m pytest composer_package_name: composer @@ -56,17 +56,17 @@ jobs: pytest_command: coverage run -m pytest composer_package_name: mosaicml - name: daily-cpu-3.11-2.5 - container: mosaicml/pytorch:2.5.0_cpu-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04 markers: daily and (remote or not remote) and not gpu and not doctest pytest_command: coverage run -m pytest composer_package_name: mosaicml - name: daily-cpu-3.11-2.5-composer - container: mosaicml/pytorch:2.5.0_cpu-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04 markers: daily and (remote or not remote) and not gpu and not doctest pytest_command: coverage run -m pytest composer_package_name: composer - name: daily-cpu-doctest - container: mosaicml/pytorch:2.5.0_cpu-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04 markers: 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 @@ -120,7 +120,7 @@ jobs: composer_package_name: "mosaicml" gpu_num: 1 - name: "gpu-3.11-2.5-1-gpu" - container: mosaicml/pytorch:2.5.0_cu124-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_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" @@ -138,7 +138,7 @@ jobs: composer_package_name: "mosaicml" gpu_num: 2 - name: "gpu-3.11-2.5-2-gpu" - container: mosaicml/pytorch:2.5.0_cu124-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_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" @@ -156,7 +156,7 @@ jobs: composer_package_name: "mosaicml" gpu_num: 4 - name: "gpu-3.11-2.5-4-gpu" - container: mosaicml/pytorch:2.5.0_cu124-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_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-cpu.yaml b/.github/workflows/pr-cpu.yaml index 755e85ad00..0a88607a29 100644 --- a/.github/workflows/pr-cpu.yaml +++ b/.github/workflows/pr-cpu.yaml @@ -25,11 +25,11 @@ jobs: markers: not daily and not remote and not gpu and not doctest pytest_command: coverage run -m pytest - name: cpu-3.11-2.5 - container: mosaicml/pytorch:2.5.0_cpu-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04 markers: not daily and not remote and not gpu and not doctest pytest_command: coverage run -m pytest - name: cpu-doctest - container: mosaicml/pytorch:2.5.0_cpu-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_cpu-python3.11-ubuntu20.04 markers: not daily and not remote and not gpu and doctest pytest_command: coverage run -m pytest tests/test_docs.py steps: diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index 5e4dd0b28b..8a8a53f3c6 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -16,7 +16,7 @@ jobs: matrix: include: - name: gpu-3.11-2.5-1 - container: mosaicml/pytorch:2.5.0_cu124-python3.11-ubuntu20.04 + container: mosaicml/pytorch:2.5.1_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