Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mlverse/tabnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cregouby committed Dec 5, 2023
2 parents 5166a9a + 1f9ff72 commit d9184d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: 'https://packagemanager.rstudio.com/cran/__linux__/bionic/latest'
RSPM: 'https://packagemanager.rstudio.com/cran/__linux__/focal/latest'
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
TORCH_INSTALL: 1
TORCH_TEST: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ['self-hosted', 'gce', 'gpu']

container:
image: 'nvidia/cuda:11.6.2-cudnn8-devel-ubuntu18.04'
image: 'nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04'
options: '--gpus all --runtime=nvidia'

timeout-minutes: 120

env:
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
RSPM: https://packagemanager.rstudio.com/cran/__linux__/focal/latest
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
TORCH_INSTALL: 1
TORCH_TEST: 1
Expand Down

0 comments on commit d9184d2

Please sign in to comment.