felipemaiapolo / tinyBenchmarks

Evaluating LLMs with fewer examples
MIT License
107 stars 11 forks source link

An error for install requirements.txt #1

Closed le0820 closed 4 days ago

le0820 commented 4 months ago

I followed the tutorials to clone the repo, but I got an error when installing requirements.txt. cd tinyBenchmarks/tutorials/ pip install -r requirements.txt ERROR: /home/skunk/tutorials/py-irt is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

felipemaiapolo commented 4 months ago

Hello,

Thank you for raising this issue. I have updated the requirements.txt. Please try it again and let me know!

le0820 commented 4 months ago

It's fine! Thank you.