You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to work with the Machine Learning Enginering project. (MLE-STAR).
The project looks quite involved. According to the chart in the README.md there are about 22+ different agents.
This is more of a question than a bug. When I ran
poetry install
I was surprised to see that the instlal did not finish because Pytorch is NOT installed on my virt env. (I have it in other envs, but since the documentation of the project does not mention Torch, I did no tinstall it.
If having Torch is required to run this project, why is that not mentioned in the setup in README.md ???
If there is a way to run the project without having Torch, please let us know.