@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user