AutoResearch / autora

Automated Research Assistant
https://autoresearch.github.io/autora/
MIT License
36 stars 5 forks source link

PyTorch dependency #408

Closed gtdang closed 1 year ago

gtdang commented 1 year ago

PR #394 Is failing because because the Linux build is looking for GPU modules and the GitHub workflow actions instances don't have GPUs.

This occurs because the pip install torch behave differently between operating systems. See PyTorch installation guide

To fix this we will need to update the pyproject.toml file to have conditional downloads based on the operating system.