Skip to content

Commit

Permalink
fix lm_eval name (#3875)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoqiongZ authored Mar 7, 2024
1 parent 6266f89 commit da5b5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gpu/inference/python/llm/tools/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if [ $((${MODE} & 0x02)) -ne 0 ]; then

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


# Install Transformers
Expand Down

0 comments on commit da5b5fe

Please sign in to comment.