From 803cf3114aa1b3a788518c0fcc28cd9954a1c5d3 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Wed, 19 Jan 2022 08:56:53 +0000 Subject: [PATCH] Update README.md --- Programming/cuda/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Programming/cuda/README.md b/Programming/cuda/README.md index dbe8841..df45046 100644 --- a/Programming/cuda/README.md +++ b/Programming/cuda/README.md @@ -2,6 +2,8 @@ ## Download the proper Cuda version +Different Cuda versions can be downloaded from this link (which also should include latest): https://developer.nvidia.com/cuda-toolkit-archive + ```bash wget https://developer.download.nvidia.com/compute/cuda/11.2.2/local_installers/cuda_11.2.2_460.32.03_linux.run ```