Skip to content

Getting Started

This guide will help you get started with the SiloGen AI Workloads.

Prerequisites

  • Python 3.8+
  • pip
  • Virtual environment (optional but recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/silogen/ai-workloads
    cd ai-workloads
    

  2. Set up a virtual environment (optional):

    python -m venv .venv
    source .venv/bin/activate  # On Windows, use: venv\Scripts\activate
    

  3. Install dependencies:

    pip install -r requirements.txt
    

Next Steps

Explore the tutorials and workloads documentation to learn about various workload types and configurations.