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 8ed7d97 commit cb3adb0Copy full SHA for cb3adb0
install_cuda.sh
@@ -69,10 +69,10 @@ if [[ -n "$CUDA_VERSION" ]]; then
69
URL=$URL126
70
FOLDER=cuda-12.6
71
else
72
- 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"
73
fi
74
75
76
77
78
FILE=$(basename $URL)
0 commit comments