"tests/test_modeling_tf_deberta.py" did not exist on "ba8b1f4754257e140ddabbe04a7f3e493e33802d"
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 = [
"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",
......
......@@ -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",
......
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