Skip to content

Commit

Permalink
remove cuda visible devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanit committed Jul 22, 2023
1 parent 258c0e3 commit fe536cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry lock --check
export CUDA_VISIBLE_DEVICES=-1
poetry add torch@${{ matrix.versions.torch }}
poetry install --all-extras
Expand Down

0 comments on commit fe536cc

Please sign in to comment.