Initial public ModelForge release

This commit is contained in:
Jens
2026-09-01 21:30:16 +02:00
commit 7082ab955a
490 changed files with 104252 additions and 0 deletions
@@ -0,0 +1,15 @@
# ADR-0003: Single-GPU first, multi-node ready
**Status:** Accepted
## Decision
Build the initial scheduler for one local NVIDIA GPU using Docker Compose and NVML, while keeping `ComputeNode` and `Accelerator` abstractions in the domain model.
## Rejected initially
- Kubernetes
- distributed inference scheduling
- multi-tenant cloud architecture
These add operational cost without solving the first product problem.