Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
7064d6b9
Commit
7064d6b9
authored
Mar 06, 2022
by
Leo Gao
Browse files
Bump version to 0.2.0
parent
fcaea0e3
Pipeline
#2989
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
setup.py
setup.py
+4
-2
No files found.
setup.py
View file @
7064d6b9
...
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
...
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools
.
setup
(
setuptools
.
setup
(
name
=
"lm_eval"
,
name
=
"lm_eval"
,
version
=
"0.
1
.0"
,
version
=
"0.
2
.0"
,
author
=
"Leo Gao"
,
author
=
"Leo Gao"
,
author_email
=
"lg@eleuther.ai"
,
author_email
=
"lg@eleuther.ai"
,
description
=
"A framework for evaluating autoregressive language models"
,
description
=
"A framework for evaluating autoregressive language models"
,
...
@@ -31,7 +31,6 @@ setuptools.setup(
...
@@ -31,7 +31,6 @@ setuptools.setup(
"pytablewriter==0.58.0"
,
"pytablewriter==0.58.0"
,
"sacrebleu==1.5.0"
,
"sacrebleu==1.5.0"
,
"rouge-score==0.0.4"
,
"rouge-score==0.0.4"
,
"bleurt@https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt"
,
"pycountry==20.7.3"
,
"pycountry==20.7.3"
,
"numexpr==2.7.2"
,
"numexpr==2.7.2"
,
"lm_dataformat==0.0.20"
,
"lm_dataformat==0.0.20"
,
...
@@ -44,5 +43,8 @@ setuptools.setup(
...
@@ -44,5 +43,8 @@ setuptools.setup(
"openai==0.6.4"
,
"openai==0.6.4"
,
"jieba==0.42.1"
,
"jieba==0.42.1"
,
"nagisa==0.2.7"
,
"nagisa==0.2.7"
,
],
dependency_links
=
[
"https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt"
,
]
]
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment