Skip to content

Commit

Permalink
remove upgrading setuptools in reinstall.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Xuesong Yang <[email protected]>
  • Loading branch information
XuesongYang committed May 15, 2023
1 parent 9b9ed6e commit 0ca68a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ INSTALL_OPTION=${1:-"dev"}

PIP=pip

${PIP} install -U ${PIP}

echo 'Uninstalling stuff'
${PIP} uninstall -y nemo_toolkit
${PIP} uninstall -y sacrebleu
Expand All @@ -14,7 +16,6 @@ ${PIP} uninstall -y nemo_asr
${PIP} uninstall -y nemo_nlp
${PIP} uninstall -y nemo_tts

${PIP} install -U setuptools

if [ -n "${NVIDIA_PYTORCH_VERSION}" ]; then
echo 'Installing NeMo in NVIDIA PyTorch container:' "${NVIDIA_PYTORCH_VERSION}" 'so will not install numba'
Expand Down

0 comments on commit 0ca68a6

Please sign in to comment.