Single node
Multi-node cluster
Node roles
| Flag | Role | Behavior |
|---|---|---|
--job master | Head node | Runs the inference engine, manages the cluster |
--job worker | Worker node | No model, no engine — waits for the master |
| (none) | Solo | Standalone, no clustering |
Uninstall
Container images
Both registries serve identical images. GHCR is canonical (what the installer uses).What gets installed
| Path | Purpose |
|---|---|
/etc/systemd/system/ainode.service | Systemd unit — auto-starts on boot |
/usr/local/bin/ainode | Host wrapper CLI |
~/.ainode/config.json | Node configuration |
~/.ainode/models/ | Downloaded model weights |
~/.ainode/logs/ | Engine logs |
~/.ainode/training/ | Fine-tune artifacts |
