From 9f7421bfaba9c88159bc915cba828461729693e0 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sat, 7 Dec 2024 11:02:56 -0800 Subject: [PATCH] remove dep on lm_eval b/c we can't depend on a git dep in packages --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f07ff3864..458d780cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "tqdm-loggable>=0.2", "deepdiff", # "lm-eval==0.4.2", - "lm-eval @ git+https://github.com/dlwh/lm-evaluation-harness.git@no_torch" +# "lm-eval @ git+https://github.com/dlwh/lm-evaluation-harness.git@no_torch" ] [project.urls]