open-instruct icon indicating copy to clipboard operation
open-instruct copied to clipboard

Make open-instruct pip installable

Open yakazimir opened this issue 1 year ago • 1 comments

It would be helpful to make open-instruct pip installable. Minimally, this could be done by adding a setup.py.

yakazimir avatar Aug 19 '24 18:08 yakazimir

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.

vwxyzjn avatar Aug 19 '24 22:08 vwxyzjn