From 84cbcbf3ffe3ce0c5a86f97447892980dcddc5f7 Mon Sep 17 00:00:00 2001 From: Dirk Groeneveld Date: Mon, 30 Jan 2023 16:27:03 -0800 Subject: [PATCH] Simplify requirements --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d698416b..6b970261 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,12 +9,14 @@ datasets>=2.1.0 accelerate bettermap +# For the P3 datasets, which we get from huggingface datasets +protobuf<=3.20 + # For lm-eval sacrebleu>=1.5.0 scikit-learn>=0.24.1 # Eleuther uses this for metrics. Can we replace it with torchmetrics? pycountry>=20.7.3 rouge-score>=0.0.4 # Can we replace this with torchmetrics? -tensorflow # The Eleuther test harness depends on these even at runtime, but does not declare them. mypy_extensions pytest