An easy to setup, all-in-one AI software suite for AMD GPU on Linux (ROCM)
Go to file
2024-06-30 22:19:28 +02:00
background-removal-dis-rocm First push 2024-06-30 22:06:23 +02:00
bitsandbytes-rocm-build update bitsandbytes build system 2024-06-30 22:19:28 +02:00
stablediffusion-rocm First push 2024-06-30 22:06:23 +02:00
xtts-rocm First push 2024-06-30 22:06:23 +02:00
README.md First push 2024-06-30 22:06:23 +02:00
utils.sh First push 2024-06-30 22:06:23 +02:00

ai-suite-rocm-local

This is a simple project to make hosting multiple AI tools easily on Linux with AMD GPUs using ROCM locally (without docker).

To use you have to clone the repo run the install script for the service you want to use.

git clone https://git.broillet.ch/mathieu/ai-suite-rocm-local.git
cd ai-suite-rocm-local/<service name>/
./install.sh

Then you can run whichever service you want using their respectives run.sh scripts.

./run.sh

This has been tested on Fedora 40 with kernel 6.9.6 with an AMD RX 6800 XT.