Skip to content

Commit

Permalink
Update cuda versions in error messages (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin authored Feb 19, 2025
1 parent 8ed7d97 commit cb3adb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ if [[ -n "$CUDA_VERSION" ]]; then
URL=$URL126
FOLDER=cuda-12.6
else
echo "argument error: No cuda version passed as input. Choose among versions 110 to 125"
echo "argument error: No cuda version passed as input. Choose among versions 110 to 126"
fi
else
echo "argument error: No cuda version passed as input. Choose among versions 110 to 125"
echo "argument error: No cuda version passed as input. Choose among versions 110 to 126"
fi

FILE=$(basename $URL)
Expand Down

0 comments on commit cb3adb0

Please sign in to comment.