Skip to content

Commit

Permalink
DEBUG: run nvidia-smi
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Dec 16, 2024
1 parent 8d79c03 commit 2cccd77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
path: ${{ env.CCACHE_DIR }}
key: ${{ runner.os }}-gpu-ccache

- name: DEBUG run nvidia-smi
run: nvidia-smi

- name: DEBUG run nvidia-smi --query
run: nvidia-smi --query

- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
pixi-version: v0.39.2
Expand Down

0 comments on commit 2cccd77

Please sign in to comment.