Skip to content

Commit

Permalink
add debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Oct 21, 2024
1 parent a3d253d commit f8b28a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
mv tutorial/* .
- name: Set TQDM_MININTERVAL
run: echo "TQDM_MININTERVAL=10" >> "$GITHUB_ENV"
- name: see ENV and nvidia-smi
run: |
env
nvidia-smi
- name: Run Tutorial test
run: |
# Hardcode the conversion line
Expand Down

0 comments on commit f8b28a6

Please sign in to comment.