From c73d0c89d8c161c1957d3061d59e5000cfb63941 Mon Sep 17 00:00:00 2001 From: Casper Date: Tue, 23 Jul 2024 13:12:49 +0200 Subject: [PATCH] Update build.yaml (#28) --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3bf70c9..61ded07 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, windows-latest] - pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"] + pyver: ["3.8", "3.9", "3.10", "3.11"] cuda: ["11.8.0", "12.1.1"] defaults: run: @@ -129,7 +129,7 @@ jobs: matrix: os: [ubuntu-20.04] python: ["3.8", "3.9", "3.10", "3.11"] - rocm: ["5.6.1", "5.7.1"] # we build only for rocm5.6 & 5.7 to match PyTorch 2.1.0 and PyTorch 2.2 nightly + rocm: ["5.7.1"] defaults: run: shell: bash