Skip to content

SiloGen AI Workloads

This repository contains workloads, tools, and utilities for AI development and testing in the Silogen ecosystem.

Documentation

The documentation for this project is built using MkDocs with the Material theme.

Setting Up Documentation Locally

  1. Install documentation dependencies:

    pip install -r requirements-docs.txt
    

  2. Start the documentation server:

    mkdocs serve
    

  3. View the documentation at http://localhost:8000

Building Documentation

To build the documentation site:

mkdocs build

The built site will be in the site directory.

Development

See the Contributing guide for development setup instructions.