Skip to content

Commit bfa41ac

Browse files
Update CUDA dependencies (#25879)
* Update CUDA dependencies Update based on machinelearning-modelbuilder#1720 * Fix MD error Fix MD error
1 parent ae84909 commit bfa41ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/machine-learning/how-to-guides/install-gpu-model-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to install GPU support in Model Builder
33
description: Learn how to install GPU support in Model Builder
4-
ms.date: 07/11/2021
4+
ms.date: 09/02/2021
55
author: luisquintanilla
66
ms.author: luquinta
77
ms.topic: how-to
@@ -22,7 +22,7 @@ Learn how to install the GPU drivers to use your GPU with Model Builder.
2222

2323
## Install dependencies
2424

25-
1. 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. You cannot have multiple versions of CUDA installed.
25+
1. 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.
2626
1. Install [cuDNN v7.6.4 for CUDA 10.1](https://developer.nvidia.com/rdp/cudnn-download). You cannot have multiple versions of cuDNN installed. After downloading cuDNN v7.6.4 zip file and unpacking it, copy `<CUDNN_zip_files_path>\cuda\bin\cudnn64_7.dll` to `<YOUR_DRIVE>\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin`.
2727

2828
## Troubleshooting

0 commit comments

Comments
 (0)