tidymodels / brulee

High-Level Modeling Functions with 'torch'
https://brulee.tidymodels.org/
Other
67 stars 7 forks source link

update github actions #37

Closed topepo closed 2 years ago

topepo commented 2 years ago

@dfalbel any idea why windows actions are failing with

* checking whether package 'lantern' can be installed ... WARNING
Warning: Found the following significant warnings:
  Warning: Torch failed to start, restart your R session to try again. D:\a\_temp\Library\torch\deps\lantern.dll - %1 is not a valid Win32 application.
See 'D:/a/lantern/lantern/check/lantern.Rcheck/00install.out' for details.

We're using TORCH_INSTALL: 1 so ¯_(ツ)_/¯

hsbadr commented 2 years ago

torch\deps\lantern.dll - %1 is not a valid Win32 application.

Most likely, lantern needs to be rebuilt from source code, at least for Windows. I mean the files we get from https://storage.googleapis.com/torch-lantern-builds/refs/heads/%s/latest/Windows-*.zip.

github-actions[bot] commented 2 years ago

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.