Updates
Rolling release / release (push) Failing after 2m11s

This commit is contained in:
2026-09-14 10:19:13 -04:00
parent a097adf4eb
commit ac5f18f79d
38 changed files with 1265 additions and 157 deletions
+4 -1
View File
@@ -26,7 +26,10 @@ It is not started alongside `jarvisd` in production and must remain bound to
## Lifecycle
1. Read `QVAC_CONFIG_PATH` and the selected profile.
2. Query GPU visibility and model fit before loading.
2. Query GPU visibility and model fit before loading the local chat model.
Opt-in Groq agent inference skips this local chat load; ASR and TTS still
use auxiliary QVAC models on the same worker.
3. Admit work through interactive, computer-vision, background, or
3. Admit work through interactive, computer-vision, background, or
maintenance lanes.
4. Load one model configuration at a time and serialize worker access.