Skip to content

Commit

Permalink
remove upgrading setuptools in reinstall.sh (NVIDIA#6659)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuesong Yang <[email protected]>
Co-authored-by: fayejf <[email protected]>
Signed-off-by: hsiehjackson <[email protected]>
  • Loading branch information
2 people authored and hsiehjackson committed Jun 2, 2023
1 parent 6fb6e47 commit 4ccba61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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,8 +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'
else
Expand Down

0 comments on commit 4ccba61

Please sign in to comment.