From 2ef14a4e4721e9f3ee7584435cce9c49a90927d1 Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Thu, 8 Aug 2024 12:57:15 +0200 Subject: [PATCH] Fix instructions --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98008b2..0e6f459 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} @@ -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