From 15a9b9cf7b329075c38727887a6dd6f5372bccea Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Fri, 6 Dec 2024 09:39:04 -0600 Subject: [PATCH] disable navi for now --- .github/workflows/amd_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/amd_tests.yml b/.github/workflows/amd_tests.yml index 1f73ac54b..7f55fa53b 100644 --- a/.github/workflows/amd_tests.yml +++ b/.github/workflows/amd_tests.yml @@ -27,7 +27,7 @@ jobs: id: set-matrix run: | if [ x"${{ github.repository }}" == x"ROCm/flash-attention" ]; then - echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["self-hosted", "gfx1100"]]' + echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"]]' else echo '::set-output name=matrix-HIP::[["ubuntu-latest"]]' fi