likelovewant / ROCmLibs-for-gfx1103-AMD780M-APU

ROCm Library Files for gfx1103 and update with others arches based on AMD GPUs for use in Windows.
GNU General Public License v3.0
149 stars 17 forks source link

confuse with the guide #7

Closed goukisun closed 2 months ago

goukisun commented 3 months ago

Prerequisites: Ensure you have the HIP SDK installed for Windows or ROCm for Linux.

yes i install the hip sdk 6.12 Download Files: Grab the ROCmLibs.zip file and the rocm gfx1103 AMD780M phoenix V3 for hip sdk 5.7.7z (originally ROCmLibsgfx1103.zip) from this repository. where is ROCmLibs.zip ?? Installation: Unzip ROCmLibs.zip. Place the extracted library folder into your %HIP_PATH%\bin\rocblas directory, renaming the existing "rocblas" folder (e.g., to "oldlibrary"). rename “library” folder ?? Copy the rocblas.dll file from the downloaded ROCmLibs.zip into the rocblas\library folder within your %HIP_PATH%\bin directory (example: C:\Program Files\AMD\ROCm\5.7\bin). Replace the original file. "rocblas\library" or "C:\Program Files\AMD\ROCm\5.7\bin" ?? Rename your existing "rocblas\library" folder (e.g., to "origlibrary"). (╯°□°)╯ Extract the contents of rocm gfx1103 AMD780M phoenix V3 for hip sdk 5.7.7z into the same directory where you placed the ROCmLibs folder. (╯°□°)╯

i follow the guide in ollama-for-amd, and get the error: llama runner exit status 0xc0000005

likelovewant commented 3 months ago

"For ollama for amd users: Please follow this guide for using Ollama: wiki#demo-release-version

Download the ROCmLibs matching your GPU architecture (e.g., gfx1032).

Important: If you have an APU with GFX1103, you don't need to make any replacements. You only require HIP SDK 6.1.2. Ollama has been updated to work with HIP 6.1.2 (since v0.3.8) instead of 5.7. Be sure to adjust the paths accordingly." @goukisun