A really simple proof of concept that bridges requests from the AI Horde to llama.cpp's server.
Released under the Apache License, version 2.0.
git clone https://github.com/Artefact2/horde-bridge-lcpp-server
cd horde-bridge-lcpp-server
git clone -b for-horde https://github.com/Artefact2/llama.cpp.git
make -C llama.cpp LLAMA_HIPBLAS=1 AMDGPU_TARGETS=gfx1030 server # tweak build type to your hardware
cp config.json.example config.json
$EDITOR config.json
./bridge