Add evaluate to test dependencies (#18396)

This commit is contained in:
Sylvain Gugger 2022-08-01 08:55:44 -04:00 committed by GitHub
parent bd6d1b4300
commit af1e6b4d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,7 @@ _deps = [
"datasets",
"deepspeed>=0.6.5",
"dill<0.3.5",
"evaluate",
"fairscale>0.3",
"faiss-cpu",
"fastapi",
@ -289,6 +290,7 @@ extras["testing"] = (
"psutil",
"datasets",
"dill",
"evaluate",
"pytest-timeout",
"black",
"sacrebleu",

View File

@ -11,6 +11,7 @@ deps = {
"datasets": "datasets",
"deepspeed": "deepspeed>=0.6.5",
"dill": "dill<0.3.5",
"evaluate": "evaluate",
"fairscale": "fairscale>0.3",
"faiss-cpu": "faiss-cpu",
"fastapi": "fastapi",