Skip to content

Commit

Permalink
Fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 8, 2024
1 parent ac8ef38 commit 2ef14a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
run: |
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 All @@ -36,6 +34,6 @@ jobs:
pytest -v --cov=aurora --cov-report term-missing
env:
HUGGINGFACE_REPO: wbruinsma/aurora
MKL_CBWR: COMPATIBLE
MKL_CBWR: SSE2
MKL_DYNAMIC: FALSE
MKL_NUM_THREADS: 1

0 comments on commit 2ef14a4

Please sign in to comment.