Closed shehrozek-cerebras closed 6 months ago
CC: @loubnabnl for reviews. Thanks!
Hi, the package isn't published on PyPI so pip install bigcode_eval
won't work, but you can do pip install git+https://github.com/bigcode-project/bigcode-evaluation-harness.git
Hi, the package isn't published on PyPI so pip install bigcode_eval won't work, but you can do pip install git+https://github.com/bigcode-project/bigcode-evaluation-harness.git
Yes, I have this line in my requirements.txt file, but the installation via pip install -r requirements.txt
still fails due to the same error as listed in the issue description. It passes with the changes in this PR.
@loubnabnl I have included your suggestion.
No package name is specified in the
setup.py
file, which yields errors when trying to install thebigcode-eval
package via pip. Please this issue for details: https://github.com/bigcode-project/bigcode-evaluation-harness/issues/231