Files
localgenai/README.md

13 lines
463 B
Markdown
Raw Normal View History

2026-05-07 07:37:40 -04:00
# pyinfra
2026-05-07 07:32:50 -04:00
2026-05-07 07:37:40 -04:00
One folder per station. Each subfolder is a self-contained pyinfra
deploy: `inventory.py`, `deploy.py`, `run.sh`, plus any compose files
or assets that ship to the host.
2026-05-07 07:32:50 -04:00
2026-05-07 07:37:40 -04:00
| Station | Host | Notes |
|---------|------|-------|
| [`framework/`](framework/README.md) | `10.0.0.237` | Framework Desktop (Strix Halo, 128 GB) — local LLM box |
2026-05-07 07:32:50 -04:00
2026-05-07 07:37:40 -04:00
To bring up a station, `cd` into its folder and run `./run.sh`. See the
station's own README for prerequisites.