rstudio / vetiver-r

Version, share, deploy, and monitor models
https://rstudio.github.io/vetiver-r/
Other
184 stars 28 forks source link

Fix luz macOS error by running on CPU #273

Closed dfalbel closed 8 months ago

dfalbel commented 8 months ago

I think the problem is that we are somehow detecting that the machine it's running is a M1 machine, but then there's no GPU available, thus causing the memory error. This tries to force running on CPU so we avoid that issue.

juliasilge commented 8 months ago

Closed by #272