open-instruct
open-instruct copied to clipboard
Make open-instruct pip installable
It would be helpful to make open-instruct pip installable. Minimally, this could be done by adding a setup.py.
Hi @yakazimir it is possible to do pip install -e . given that we have added https://github.com/allenai/open-instruct/blob/main/pyproject.toml.