Skip to content

Commit da5b5fe

Browse files
authored
fix lm_eval name (#3875)
1 parent 6266f89 commit da5b5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gpu/inference/python/llm/tools/env_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if [ $((${MODE} & 0x02)) -ne 0 ]; then
144144

145145
echo "python -m pip install impi-devel" >> ${AUX_INSTALL_SCRIPT}
146146
echo "python -m pip install cpuid accelerate datasets sentencepiece diffusers protobuf==${VER_PROTOBUF} huggingface_hub mpi4py mkl" >> ${AUX_INSTALL_SCRIPT}
147-
echo "python -m pip install llm_eval==${VER_LLM_EVAL}" >> ${AUX_INSTALL_SCRIPT}
147+
echo "python -m pip install lm_eval==${VER_LLM_EVAL}" >> ${AUX_INSTALL_SCRIPT}
148148

149149

150150
# Install Transformers

0 commit comments

Comments
 (0)