Skip to content

Commit

Permalink
Try some debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jan 28, 2025
1 parent b5aafc7 commit 99ebf9c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,18 @@ jobs:
error-on: '"error"'
args: 'c("--no-multiarch", "--no-manual", "--as-cran")'

- run: |
if (!require(torch)) {
install.packages("remotes")
remotes::install_local()
}
readLines(file.path(torch:::torch_install_path(), "build-version"))
shell: Rscript {0}
- run: |
torch::torch_randn(10, 10, device="cuda")
shell: Rscript {0}

0 comments on commit 99ebf9c

Please sign in to comment.