Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 2f6acd2

Browse files
committed
Force install evaluate
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 775fd60 commit 2f6acd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ fi
103103

104104
(
105105
set -x
106-
$PIP_EXECUTABLE install lm-eval=="0.4.2" psutil=="6.0.0"
106+
$PIP_EXECUTABLE install lm-eval=="0.4.2" evaluate=="0.4.3" psutil=="6.0.0"
107107
)

torchchat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
import subprocess
1010
import sys
11-
import evaluate # noqa
11+
import lm_eval # noqa
1212

1313
from torchchat.cli.cli import (
1414
add_arguments_for_verb,

0 commit comments

Comments
 (0)