microsoft / RD-Agent

Research and development (R&D) is crucial for the enhancement of industrial productivity, especially in the AI era, where the core aspects of R&D are mainly focused on data and models. We are committed to automating these high-value generic R&D processes through our open source R&D automation tool RD-Agent, which lets AI drive data-driven AI.
https://rdagent.azurewebsites.net/
MIT License
1.01k stars 73 forks source link

Stop installing pytorch when `pip install rdagent` #225

Closed you-n-g closed 3 weeks ago

you-n-g commented 2 months ago

🌟 Feature Description

The resource-intensive environment needed to run the generated code should be integrated into Docker, rather than being part of rdagent itself.

you-n-g commented 2 months ago

https://github.com/microsoft/RD-Agent/pull/241 is fixing the issue.