We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc6107 commit 3a2381cCopy full SHA for 3a2381c
.github/workflows/cicd_tests.yml
@@ -110,7 +110,7 @@ jobs:
110
key: ${{ matrix.os }}-latest-pip-${{ steps.pip-cache.outputs.datew }}
111
- name: Install the dependencies with PyTorch ${{ matrix.pytorch-version }}
112
run: |
113
- /usr/bin/env nvidia-smi &> /dev/null || echo "No nvidia-smi found"
+ /usr/bin/env nvidia-smi 2> /dev/null || echo "No nvidia-smi found"
114
# min. requirements
115
python -m pip install torch==${{ matrix.pytorch-version }}
116
python -m pip install -r requirements-min.txt
0 commit comments