23 lines
627 B
YAML
23 lines
627 B
YAML
apiVersion: lumbridge/v1
|
|
kind: Scene
|
|
metadata:
|
|
name: studio
|
|
version: 2
|
|
description: "Live voice assistant — ears, brain, mouth, and music."
|
|
author: karti
|
|
tags: [assistant, voice, always-on]
|
|
|
|
# ears 5 + brain 66 + voice 4 + music (XL 4B sft) 24 = 99 GB declared.
|
|
# Empirically validated on the reference node: all four load with ~20 GB MemAvailable free.
|
|
# budget bumped to 108 (box is 121 GB) so the Governor admits the measured-safe set.
|
|
models:
|
|
- ears
|
|
- brain
|
|
- voice
|
|
- music
|
|
|
|
budget_gb: 108
|
|
activation:
|
|
order: footprint-asc # small first, so brain's big load spike lands last
|
|
wait_healthy: true
|