Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leogao2 committed Mar 7, 2022
1 parent fcaea0e commit 7064d6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="lm_eval",
version="0.1.0",
version="0.2.0",
author="Leo Gao",
author_email="[email protected]",
description="A framework for evaluating autoregressive language models",
Expand All @@ -31,7 +31,6 @@
"pytablewriter==0.58.0",
"sacrebleu==1.5.0",
"rouge-score==0.0.4",
"bleurt@https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt",
"pycountry==20.7.3",
"numexpr==2.7.2",
"lm_dataformat==0.0.20",
Expand All @@ -44,5 +43,8 @@
"openai==0.6.4",
"jieba==0.42.1",
"nagisa==0.2.7",
],
dependency_links=[
"https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt",
]
)

0 comments on commit 7064d6b

Please sign in to comment.