Skip to content

Quick Start

This single page gets you from zero to the GUI.

Windows (PowerShell)

# From repo root
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
./installers/scripts/install_aios_on_windows.ps1 -Action install -Yes
aios gui

Developer setup:

python -m venv .venv
. .\.venv\Scripts\Activate.ps1
pip install -e .
aios gui

Ubuntu

chmod a+x ./installers/scripts/install_aios_on_ubuntu.sh
./installers/scripts/install_aios_on_ubuntu.sh install --yes
aios gui

CLI training (example)

aios hrm-hf train-actv1 `
  --model gpt2 `
  --dataset-file training_data/curated_datasets/test_sample.txt `
  --steps 1000

Trouble? See docs/README.md for guides and maintenance notes.

Multi-GPU quick facts

  • Set preferred inference GPUs from the Resources panel. Linux builds honour multi-GPU selections for evaluation fan-out; Windows keeps chat/eval on the first GPU and shows a warning badge automatically.
  • You can always verify the active selection from the evaluation log lines that start with [eval] Device selection:.