Spaces:
Runtime error
Runtime error
Installation and Setup Instructions
1. Install VC++ Runtime
Download and install the VC++ Runtime from this link.
2. Install HIP SDK
Read the System Requirements
Check the "Windows-supported GPUs" section to determine the correct installation steps:
If your GPU has a green checkbox in the HIP SDK column:
- Install either v6.1.2 or v5.7.1 HIP SDK
- Download from AMD ROCm Hub
- Install either v6.1.2 or v5.7.1 HIP SDK
If your GPU has a red cross in the HIP SDK column:
Install v5.7.1 HIP SDK
- For 6700, 6700XT, 6750XT, download this archive
- For 6600, 6600XT, 6650XT, download this archive
Steps:
- Rename
C:\Program Files\AMD\ROCm\5.7\bin\rocblas\library
tolibrary.old
- Create a new folder named
library
- Unzip the content of the archive into that folder
If your GPU is not listed:
Install v5.7.1 HIP SDK
- Google "techpowerup your_gpu" to find the value of "Shader ISA" (gfxnnnn). Only
gfx803/900/906/1010/1011/1012/1030/1100/1101/1102
are supported. - Download this archive
Steps:
- Rename
C:\Program Files\AMD\ROCm\5.7\bin\rocblas\library
tolibrary.old
- Unzip the content of the archive into
C:\Program Files\AMD\ROCm\5.7\bin\rocblas\
- Google "techpowerup your_gpu" to find the value of "Shader ISA" (gfxnnnn). Only
3. Patching Applio
Move all
.bat
files from thezluda
folder to the root directory of Applio.For Precompiled Applio:
- Run
reinstall-torch.bat
to patch Applio.
- Run
For Applio Source Code:
- Open
run-install.bat
and update the Torch versions on line 67:pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
- Execute
run-install.bat
to install the required libraries. - Manually apply the code changes from the pull request.
- Open
4. Download Zluda and Patch Torch Libraries
For HIP SDK 5.7:
- Run
patch_zluda_hip57.bat
. - Add
C:\Program Files\AMD\ROCm\5.7\bin
to your system's Path environment variable.
- Run
For HIP SDK 6.1:
- Run
patch_zluda_hip61.bat
. - Add
C:\Program Files\AMD\ROCm\6.1\bin
to your system's Path environment variable.
- Run
5. Starting Applio
- Execute
run-applio-zluda.bat
to start Applio.