From 4140dc3debcd8e52e0a1670066df3dd3f5d35cbb Mon Sep 17 00:00:00 2001 From: patientx Date: Wed, 23 Apr 2025 13:20:09 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c48636478..da563b08f 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,17 @@ If coming from the very start, you need : 2. Also check the variables on the lower part (System Variables), there should be a variable called: "Path". Double-click it and click "New" add this: `C:\Program Files\AMD\ROCm\5.7\bin` 6. If you have an AMD GPU below 6800 (6700,6600 etc.), download the recommended library files for your gpu - from [Brknsoul Repository](https://github.com/brknsoul/ROCmLibs) (for hip 5.7.1) - from [likelovewant Repository]([https://github.com/likelovewant/ROCmLibs-for-gfx1103-AMD780M-APU/releases/tag/v0.6.2.4]) (for hip 6.2.4) + +- from [Brknsoul Repository](https://github.com/brknsoul/ROCmLibs) (for hip 5.7.1) + +- from [likelovewant Repository](https://github.com/likelovewant/ROCmLibs-for-gfx1103-AMD780M-APU/releases/tag/v0.6.2.4) (for hip 6.2.4) + 1. Go to folder "C:\Program Files\AMD\ROCm\5.7\bin\rocblas", there would be a "library" folder, backup the files inside to somewhere else. 2. Open your downloaded optimized library archive and put them inside the library folder (overwriting if necessary): "C:\\Program Files\\AMD\\ROCm\\5.7\\bin\\rocblas\\library" * There could be a rocblas.dll file in the archive as well, if it is present then copy it inside "C:\Program Files\AMD\ROCm\5.7\bin\rocblas" -7. Reboot your system. +8. Reboot your system. ## Setup (Windows-Only)