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
chenpangpang
transformers
Commits
af1e6b4d
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5444687f0f10319897d09e087258700252b1ca74"
Unverified
Commit
af1e6b4d
authored
Aug 01, 2022
by
Sylvain Gugger
Committed by
GitHub
Aug 01, 2022
Browse files
Add evaluate to test dependencies (#18396)
parent
bd6d1b43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
setup.py
setup.py
+2
-0
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-0
No files found.
setup.py
View file @
af1e6b4d
...
@@ -105,6 +105,7 @@ _deps = [
...
@@ -105,6 +105,7 @@ _deps = [
"datasets"
,
"datasets"
,
"deepspeed>=0.6.5"
,
"deepspeed>=0.6.5"
,
"dill<0.3.5"
,
"dill<0.3.5"
,
"evaluate"
,
"fairscale>0.3"
,
"fairscale>0.3"
,
"faiss-cpu"
,
"faiss-cpu"
,
"fastapi"
,
"fastapi"
,
...
@@ -289,6 +290,7 @@ extras["testing"] = (
...
@@ -289,6 +290,7 @@ extras["testing"] = (
"psutil"
,
"psutil"
,
"datasets"
,
"datasets"
,
"dill"
,
"dill"
,
"evaluate"
,
"pytest-timeout"
,
"pytest-timeout"
,
"black"
,
"black"
,
"sacrebleu"
,
"sacrebleu"
,
...
...
src/transformers/dependency_versions_table.py
View file @
af1e6b4d
...
@@ -11,6 +11,7 @@ deps = {
...
@@ -11,6 +11,7 @@ deps = {
"datasets"
:
"datasets"
,
"datasets"
:
"datasets"
,
"deepspeed"
:
"deepspeed>=0.6.5"
,
"deepspeed"
:
"deepspeed>=0.6.5"
,
"dill"
:
"dill<0.3.5"
,
"dill"
:
"dill<0.3.5"
,
"evaluate"
:
"evaluate"
,
"fairscale"
:
"fairscale>0.3"
,
"fairscale"
:
"fairscale>0.3"
,
"faiss-cpu"
:
"faiss-cpu"
,
"faiss-cpu"
:
"faiss-cpu"
,
"fastapi"
:
"fastapi"
,
"fastapi"
:
"fastapi"
,
...
...
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