diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index ffbfac4585..84c46a1368 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -18,14 +18,9 @@ jobs: uses: ./.github/workflows/pytest-gpu.yaml strategy: matrix: - # TODO: After the PR with the flash attention 2 images goes in, add the new unit test suite include: - - name: 'gpu-latest' - container: mosaicml/pytorch:latest # mosaicml/pytorch:1.13.1_cu117-python3.10-ubuntu20.04 - markers: 'gpu' - pytest_command: 'coverage run -m pytest' - - name: 'gpu-2.0.1' - container: mosaicml/pytorch:2.0.1_cu118-python3.10-ubuntu20.04 + - name: 'gpu-1.13.1' + container: mosaicml/pytorch:1.13.1_cu117-python3.10-ubuntu20.04 markers: 'gpu' pytest_command: 'coverage run -m pytest' - name: 'gpu-2.1.0'