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
da43b3a2
Commit
da43b3a2
authored
Sep 14, 2023
by
haileyschoelkopf
Browse files
remove stale deps + fix [sentencepiece] dep
parent
b1dd5853
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
pyproject.toml
pyproject.toml
+2
-4
No files found.
pyproject.toml
View file @
da43b3a2
...
@@ -25,10 +25,8 @@ dependencies = [
...
@@ -25,10 +25,8 @@ dependencies = [
"evaluate>=0.4.0"
,
"evaluate>=0.4.0"
,
"jsonlines"
,
"jsonlines"
,
"numexpr"
,
"numexpr"
,
"omegaconf>=2.2"
,
"peft>=0.2.0"
,
"peft>=0.2.0"
,
"pybind11>=2.6.2"
,
"pybind11>=2.6.2"
,
"pycountry"
,
"pytablewriter"
,
"pytablewriter"
,
"rouge-score>=0.0.4"
,
"rouge-score>=0.0.4"
,
"sacrebleu>=1.5.0"
,
"sacrebleu>=1.5.0"
,
...
@@ -65,8 +63,8 @@ linting = [
...
@@ -65,8 +63,8 @@ linting = [
"pre-commit"
,
"pre-commit"
,
]
]
testing
=
[
"pytest"
,
"pytest-cov"
,
"pytest-xdist"
]
testing
=
[
"pytest"
,
"pytest-cov"
,
"pytest-xdist"
]
multilingual
=
[
"nagisa>=0.2.7"
,
"jieba>=0.42.1"
]
multilingual
=
[
"nagisa>=0.2.7"
,
"jieba>=0.42.1"
,
"pycountry"
]
sentencepiece
=
[
"sentencepiece>=0.1.98"
,
"protobuf>=4.22.1"
,
"pycountry"
]
sentencepiece
=
[
"sentencepiece>=0.1.98"
,
"protobuf>=4.22.1"
]
promptsource
=
[
promptsource
=
[
"promptsource @ git+https://github.com/bigscience-workshop/promptsource.git#egg=promptsource"
"promptsource @ git+https://github.com/bigscience-workshop/promptsource.git#egg=promptsource"
]
]
...
...
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