Skip to content

Commit

Permalink
pin numba=0.57.1 to fix reinstall.sh error (#7366)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuesong Yang <[email protected]>
  • Loading branch information
XuesongYang authored and yaoyu-33 committed Sep 5, 2023
1 parent 888ef06 commit eba7ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -n "${NVIDIA_PYTORCH_VERSION}" ]; then
echo 'Installing NeMo in NVIDIA PyTorch container:' "${NVIDIA_PYTORCH_VERSION}" 'so will not install numba'
else
if [ -n "${CONDA_PREFIX}" ]; then
NUMBA_VERSION=0.55
NUMBA_VERSION=0.57.1
echo 'Installing numba=='${NUMBA_VERSION}
conda install -y -c conda-forge numba==${NUMBA_VERSION}
fi
Expand Down

0 comments on commit eba7ab8

Please sign in to comment.