Skip to content

Commit 34b5e55

Browse files
CESARDELATORREcodemzs
authored andcommitted
Fix path related to v10.0 instead v9.0 (dotnet#4357)
Fix path related to v10.0 instead v9.0. v9.0 was coming from NVIDIA documentation but it is not accurate for us.
1 parent 0c7c28d commit 34b5e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-reference/tensorflow-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ After downloading CUDNN v7.6.4 .zip file and unpacking it, you need to do the fo
3131

3232
For C/C++ development:
3333

34-
`Copy <CUDNN_zip_files_path>\cuda\ include\cudnn.h to <YOUR_DRIVE>\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\include`
34+
`Copy <CUDNN_zip_files_path>\cuda\ include\cudnn.h to <YOUR_DRIVE>\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\include`
3535

36-
`Copy <CUDNN_zip_files_path>\cuda\lib\x64\cudnn.lib to <YOUR_DRIVE>\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\lib\x64`
36+
`Copy <CUDNN_zip_files_path>\cuda\lib\x64\cudnn.lib to <YOUR_DRIVE>\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\lib\x64`
3737

3838
For further details in cuDNN you can follow the [cuDNN Installation guide](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#installwindows).
3939

0 commit comments

Comments
 (0)