archiki / ADaPT

Official code for the paper "ADaPT: As-Needed Decomposition and Planning with Language Models"
https://allenai.github.io/adaptllm/
MIT License
64 stars 9 forks source link

requirements.txt file is named incorrectly #3

Closed catid closed 5 months ago

catid commented 6 months ago

Should be environment.txt because requirements.txt is mean to be used with pip install -r requirements.txt

catid commented 6 months ago

Also the repo should have a requirements.txt file since that's what most people prefer to work with. Since most people looking at this are only interested in one of the experiments, I'd recommend having a separate one for each experiment to keep the unrelated dependencies out of the way