- Dockerfile 68.2%
- Shell 31.8%
| ext | ||
| quadlet-files | ||
| s6 | ||
| .gitignore | ||
| .gitmodules | ||
| build.sh | ||
| Containerfile | ||
| install.sh | ||
| README.md | ||
YGG-OLLA hosts an Olla LLM proxy/load balancer built on top of yggdrasil-base which allows hosting an Olla container on the Yggdrasil mesh network.
Olla is a high-performance proxy and load balancer for LLM infrastructure with intelligent routing, automatic failover, and unified model discovery across local and remote inference backends.
SETUP
-
Clone the repo and initialize submodules:
git submodule update --init --recursive
-
Build the container:
./build.sh
-
Install quadlet files and create storage dirs:
./install.sh
-
Place your config at:
~/.storage/containers/ygg-olla/olla/config/config.yaml
-
Start the service:
systemctl --user enable --now ygg-olla
CONFIGURATION
See https://thushan.github.io/olla/ for Olla configuration options.
AI DISCLAIMER
This project is partially or fully developed with the assistance of AI tools. Review all generated code, configurations, and documentation before deploying to production.