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 86b6c37 commit 059f829Copy full SHA for 059f829
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