Skip to content

Getting Started

This guide will help you get started with the AMD Enterprise 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
  1. Set up a virtual environment (optional):
python -m venv .venv
source .venv/bin/activate  # On Windows, use: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Next Steps

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