From 40a0b2c3665a27860e252ee877a8350fc7eefa96 Mon Sep 17 00:00:00 2001 From: Keerigan45 <104183492+Keerigan45@users.noreply.github.com> Date: Thu, 7 Sep 2023 03:25:26 +0200 Subject: [PATCH] Update 030_INSTALL_CUDA_AND_ROCM.md --- docs/installation/030_INSTALL_CUDA_AND_ROCM.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/installation/030_INSTALL_CUDA_AND_ROCM.md b/docs/installation/030_INSTALL_CUDA_AND_ROCM.md index 2b4d66519d..95ab9388ca 100644 --- a/docs/installation/030_INSTALL_CUDA_AND_ROCM.md +++ b/docs/installation/030_INSTALL_CUDA_AND_ROCM.md @@ -70,12 +70,13 @@ Runtime Site](https://developer.nvidia.com/nvidia-container-runtime) 9. Login or create an Account. 10. Choose the newer version of Cudnnn but __read__ the Important Note __Important Note:__ There is two version 11x or 12x for the differents architectures(Turing,Maxwell Etc...) of GPUs. -You can find which version you should download here note that it's based on your graphics card architecture so for exemple a 4090 use the Ada Lovelace Architecture etc.: __https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html__ -11. Log-in Or Create An account -12. Download the latest version and extract it from the download location -13. Find the bin folder E\cudnn-windows-x86_64-__Whatever Version__\bin -14. Copy and paste the 7 .dll files into YourInvokeFolderHere\\.venv\Lib\site-packages\torch\lib **Make sure to copy, and not move the files** -15. If prompted, replace any existing files +You can find which version you should download on the link below. note that it's based on your graphics card architecture so for exemple a 4090 use the Ada Lovelace Architecture etc. +__https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html__ +12. Log-in Or Create An account +13. Download the latest version and extract it from the download location +14. Find the bin folder E\cudnn-windows-x86_64-__Whatever Version__\bin +15. Copy and paste the 7 .dll files into YourInvokeFolderHere\\.venv\Lib\site-packages\torch\lib **Make sure to copy, and not move the files** +16. If prompted, replace any existing files **Notes:** * If no change is seen or any issues are encountered, follow the same steps as above and paste the torch/lib backup folder you made earlier and replace it. If you didn't make a backup, you can also uninstall and reinstall torch through the command line to repair this folder.