EleutherAI / oslo

OSLO: Open Source for Large-scale Optimization

Home Page:https://oslo.eleuther.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when installing OSLO

josemlopez opened this issue · comments

How to reproduce

python setup.py install

Environment

  • OS : CentOS 7.9
  • Python version : 3.9
  • Transformers version : 4.21.2
  • Whether to use Docker:
  • Misc.:
# python setup.py install
Traceback (most recent call last):
  File "setup.py", line 18, in <module>
    long_description=open("README.md").read(),
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

Solution applied in my local: include a README.md

Fixed by #16