Skip to content

Commit

Permalink
try minimal change
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Dec 2, 2024
1 parent 986a671 commit f9dea8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
Integration-Tests-AMD:
needs: Runner-Preparation-AMD
if: needs.Runner-Preparation-AMD.outputs.matrix-HIP != ''
runs-on: ${{ matrix.runner }}
strategy:
matrix:
include: ${{ fromJson(needs.Runner-Preparation-AMD.outputs.matrix-HIP) }}
runs-on: ${{ matrix.runner }}
runner: ${{fromJson(needs.Runner-Preparation-AMD.outputs.matrix-HIP)}}
container:
image: rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2
options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
Expand Down

0 comments on commit f9dea8c

Please sign in to comment.