Skip to content

Commit

Permalink
Print cpuinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 6, 2024
1 parent ae23ab4 commit fa0418b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade --no-cache-dir -e '.[dev]'
python -c "import torch; print(torch.__config__.show())"
cat /proc/cpuinfo
- name: Log into HuggingFace
run: |
huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN }}
Expand Down

0 comments on commit fa0418b

Please sign in to comment.