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

Commit f68084b

Browse files
committed
Minimize changes
1 parent cc37640 commit f68084b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

install/install_requirements.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,9 @@ if [[ -x "$(command -v nvidia-smi)" ]]; then
9797
$PYTHON_EXECUTABLE torchchat/utils/scripts/patch_triton.py
9898
)
9999
fi
100+
101+
102+
(
103+
set -x
104+
$PIP_EXECUTABLE install evaluate=="0.4.3" lm-eval=="0.4.2" psutil=="6.0.0"
105+
)

install/requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ blobfile
1818
tomli >= 1.1.0 ; python_version < "3.11"
1919
openai
2020

21-
# For Evaluation
22-
datasets<3.0
23-
evaluate==0.4.2
24-
lm-eval==0.4.2
25-
2621
# Build tools
2722
wheel
2823
cmake>=3.24

0 commit comments

Comments
 (0)