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,8 @@
# ADR-0016 — Database-backed GPU lease coordination
Status: accepted (M5)
GPU admission uses persisted leases and a locked accelerator row. Correctness therefore does not
depend on one API process or an in-memory mutex. Server timestamps, expiry and reconciliation make
crashed-request reservations recoverable.