diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index 6ec3722dd3..e16f2c8b40 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -18,6 +18,7 @@ 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 @@ -31,11 +32,6 @@ jobs: container: mosaicml/pytorch:2.1.0_cu121-python3.10-ubuntu20.04 markers: 'gpu' pytest_command: 'coverage run -m pytest' - # TODO: After the PR with the flash attention 2 images goes in, add the new unit test suite - # - name: 'gpu-2.1.0-flash2' - # container: # UPDATE AFTER THIS PR GOES TO PRODUCTION IMAGE - # markers: 'gpu' - # pytest_command: 'coverage run -m pytest' name: ${{ matrix.name }} if: github.repository_owner == 'mosaicml' with: