Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Jan 3, 2025
1 parent 90ab0bd commit 612cda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
run: |
tar xfz tests-xla-cuda.tar.gz . && rm tests-xla-cuda.tar.gz
docker load --input /tmp/xla-cuda.tar
docker run -v $(pwd):/xla-cuda -w /xla-cuda --gpus all xla-cuda sh -c "exit 0" # needs a CUDA runner
docker run -v $(pwd):/xla-cuda -w /xla-cuda xla-cuda sh -c "exit 0" # needs a CUDA runner
readme:
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit 612cda3

Please sign in to comment.