From 6506ce3e688079403e5d786a45af70c3f574778f Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Wed, 6 Sep 2023 13:58:53 +1000 Subject: [PATCH] Updated "\" to be escaped in markdown --- docs/installation/030_INSTALL_CUDA_AND_ROCM.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation/030_INSTALL_CUDA_AND_ROCM.md b/docs/installation/030_INSTALL_CUDA_AND_ROCM.md index 1f1f4ee617..b35e2b222b 100644 --- a/docs/installation/030_INSTALL_CUDA_AND_ROCM.md +++ b/docs/installation/030_INSTALL_CUDA_AND_ROCM.md @@ -60,17 +60,17 @@ Runtime Site](https://developer.nvidia.com/nvidia-container-runtime) ### cuDNN Installation for 40/30 Series Optimization* (Optional) 1. Find the InvokeAI folder -2. Click on .venv folder - e.g., YourInvokeFolderHere\.venv -3. Click on Lib folder - e.g., YourInvokeFolderHere\.venv\Lib -4. Click on site-packages folder - e.g., YourInvokeFolderHere\.venv\Lib\site-packages -5. Click on Torch directory - e.g., YourInvokeFolderHere\InvokeAI\.venv\Lib\site-packages\torch -6. Click on the lib folder - e.g., YourInvokeFolderHere\.venv\Lib\site-packages\torch\lib +2. Click on .venv folder - e.g., YourInvokeFolderHere\\.venv +3. Click on Lib folder - e.g., YourInvokeFolderHere\\.venv\Lib +4. Click on site-packages folder - e.g., YourInvokeFolderHere\\.venv\Lib\site-packages +5. Click on Torch directory - e.g., YourInvokeFolderHere\InvokeAI\\.venv\Lib\site-packages\torch +6. Click on the lib folder - e.g., YourInvokeFolderHere\\.venv\Lib\site-packages\torch\lib 7. Copy everything inside the folder and save it elsewhere as a backup. 8. Go to https://developer.nvidia.com/cudnn 9. Log-in Or Create An account 10. Download the latest version and extract it from the download location 12. Find the bin folder E\cudnn-windows-x86_64-__Whatever Version__\bin -13. Copy and paste the 7 .dll files into YourInvokeFolderHere\.venv\Lib\site-packages\torch\lib **Make sure to copy, and not move the files** +13. Copy and paste the 7 .dll files into YourInvokeFolderHere\\.venv\Lib\site-packages\torch\lib **Make sure to copy, and not move the files** 14. If prompted, replace any existing files **Notes:**