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

Commit 0551988

Browse files
committed
Bumping the lm_eval install to circumvent tune dependency
1 parent fc731f3 commit 0551988

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

install/install_requirements.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ if [[ -x "$(command -v nvidia-smi)" ]]; then
9999
$PYTHON_EXECUTABLE torchchat/utils/scripts/patch_triton.py
100100
)
101101
fi
102+
103+
104+
(
105+
set -x
106+
$PIP_EXECUTABLE install lm-eval=="0.4.2"
107+
)

install/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ snakeviz
1414
sentencepiece
1515
numpy < 2.0
1616
gguf
17-
lm-eval==0.4.2
1817
blobfile
1918
tomli >= 1.1.0 ; python_version < "3.11"
2019
openai

0 commit comments

Comments
 (0)