Examples
Ready-to-run application packages.
Each example is a self-contained package -- a model list and a
run configuration. Clone the repo, point marigold at
a directory by name, and it's running.
pip install bayis-marigold
git clone https://github.com/bayinfosys/marigold-examples
marigold deployment start marigold-examples/chat
Examples
benchmark-llm -- power and latency benchmarking across models
Submit a fixed prompt set to every instruct model in a Marigold deployment and record timing, tokens, VRAM, and power draw per response.
Examples
chat -- private chat on your own hardware
Self-hosted chat via Open WebUI, backed entirely by a Marigold-served instruct model. No cloud dependency.
Examples
platform-test -- confirm a fresh deployment works
The smallest Marigold example: exercises the core API endpoints against small models, for a fast first run.
Examples
simple-rag -- retrieval-augmented chat, verified
A worked Marigold example: chat and embedding models serving open-webui's retrieval pipeline, with a built-in test to prove retrieval is actually happening.