diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4eba9aa..c834650 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}