From b570b6158a73242777efcf64781ef99255fdef23 Mon Sep 17 00:00:00 2001 From: Daniel King <43149077+dakinggg@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:59:45 -0700 Subject: [PATCH] Comment out torch 2.3 tests (#1155) --- .github/workflows/pr-gpu.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index 0ad19a62d1..d60f315af1 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -24,11 +24,11 @@ jobs: markers: "gpu" pip_deps: "[all]" pytest_command: "coverage run -m pytest" - - name: "gpu-2.3.0" - container: mosaicml/pytorch:2.3.0_cu121-python3.11-ubuntu20.04 - markers: "gpu" - pytest_command: "coverage run -m pytest" - deps_group: "all" + # - name: "gpu-2.3.0" + # container: mosaicml/pytorch:2.3.0_cu121-python3.11-ubuntu20.04 + # markers: "gpu" + # pytest_command: "coverage run -m pytest" + # deps_group: "all" name: ${{ matrix.name }} if: github.repository_owner == 'mosaicml' with: