Skip to content

Commit

Permalink
Merge pull request #232 from shehrozek-cerebras/make_bigcode_pip_inst…
Browse files Browse the repository at this point in the history
…allable

Add package name and enforce python version in `setup.py`
  • Loading branch information
loubnabnl committed May 5, 2024
2 parents a1b4a79 + 093555e commit 84b96da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
]

setup(
name="bigcode_eval",
python_requires='>=3.7',
description="A framework for the evaluation of autoregressive code generation language models.",
long_description=readme,
license="Apache 2.0",
Expand Down

0 comments on commit 84b96da

Please sign in to comment.