We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6266f89 commit da5b5feCopy full SHA for da5b5fe
examples/gpu/inference/python/llm/tools/env_setup.sh
@@ -144,7 +144,7 @@ if [ $((${MODE} & 0x02)) -ne 0 ]; then
144
145
echo "python -m pip install impi-devel" >> ${AUX_INSTALL_SCRIPT}
146
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}
+ echo "python -m pip install lm_eval==${VER_LLM_EVAL}" >> ${AUX_INSTALL_SCRIPT}
148
149
150
# Install Transformers
0 commit comments