Skip to content

Artefact2/horde-bridge-lcpp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

horde-bridge-lcpp-server

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.

Quickstart guide

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

About

A simple bridge between AI Horde and llama.cpp

Topics

Resources

License

Stars

Watchers

Forks

Languages