From d9ffaac8243b3330ce07abe79d7884b36c1d2aea Mon Sep 17 00:00:00 2001 From: Thomas Claudius Huber Date: Sat, 1 Feb 2025 12:43:21 +0100 Subject: [PATCH 1/2] Update link and installation instructions for cuDNN 7.6.4 for CUDA 10.1 Point to cuDNN archive that contains cuDNN 7.6.4 for CUDA 10.1 and include necessary cuDNN installation instructions. Fixes issue #43972 and non-precise doc introduced by PR #44444 --- .../machine-learning/how-to-guides/install-gpu-model-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/machine-learning/how-to-guides/install-gpu-model-builder.md b/docs/machine-learning/how-to-guides/install-gpu-model-builder.md index c3922a654ec90..aed395636a37d 100644 --- a/docs/machine-learning/how-to-guides/install-gpu-model-builder.md +++ b/docs/machine-learning/how-to-guides/install-gpu-model-builder.md @@ -27,7 +27,7 @@ Learn how to install the GPU drivers to use your GPU with Model Builder. - NVIDIA developer account. If you don't have one, [create a free account](https://developer.nvidia.com/developer-program). - Install dependencies: - Install [CUDA v10.1](https://developer.nvidia.com/cuda-10.1-download-archive-update2). Make sure you install CUDA v10.1, not any other newer version. - - Install [cuDNN for CUDA 10.1](https://developer.nvidia.com/rdp/cudnn-download). (You can't have multiple versions of cuDNN installed.) + - Install [cuDNN v7.6.4 for CUDA 10.1](https://developer.nvidia.com/rdp/cudnn-archive) from the cuDNN archive. You cannot have multiple versions of cuDNN installed. After downloading cuDNN v7.6.4 zip file and unpacking it, copy `\cuda\bin\cudnn64_7.dll` to `\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin`. ## Troubleshooting From 3fcab8c779875e461f4e48c7cf927529d99d76de Mon Sep 17 00:00:00 2001 From: Thomas Claudius Huber Date: Sun, 2 Feb 2025 10:40:46 +0100 Subject: [PATCH 2/2] Update docs/machine-learning/how-to-guides/install-gpu-model-builder.md Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- .../machine-learning/how-to-guides/install-gpu-model-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/machine-learning/how-to-guides/install-gpu-model-builder.md b/docs/machine-learning/how-to-guides/install-gpu-model-builder.md index aed395636a37d..9686e26a77cfb 100644 --- a/docs/machine-learning/how-to-guides/install-gpu-model-builder.md +++ b/docs/machine-learning/how-to-guides/install-gpu-model-builder.md @@ -27,7 +27,7 @@ Learn how to install the GPU drivers to use your GPU with Model Builder. - NVIDIA developer account. If you don't have one, [create a free account](https://developer.nvidia.com/developer-program). - Install dependencies: - Install [CUDA v10.1](https://developer.nvidia.com/cuda-10.1-download-archive-update2). Make sure you install CUDA v10.1, not any other newer version. - - Install [cuDNN v7.6.4 for CUDA 10.1](https://developer.nvidia.com/rdp/cudnn-archive) from the cuDNN archive. You cannot have multiple versions of cuDNN installed. After downloading cuDNN v7.6.4 zip file and unpacking it, copy `\cuda\bin\cudnn64_7.dll` to `\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin`. + - Install [cuDNN v7.6.4 for CUDA 10.1](https://developer.nvidia.com/rdp/cudnn-archive) from the cuDNN archive. You cannot have multiple versions of cuDNN installed. After downloading the cuDNN v7.6.4 zip file and unpacking it, copy *\\cuda\bin\cudnn64_7.dll* to *\\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin*. ## Troubleshooting