"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5444687f0f10319897d09e087258700252b1ca74"
Unverified Commit af1e6b4d authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Add evaluate to test dependencies (#18396)

parent bd6d1b43
...@@ -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",
......
...@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment