23 lines
613 B
YAML
23 lines
613 B
YAML
apiVersion: lumbridge/v1
|
|
kind: Scene
|
|
metadata:
|
|
name: voice-gemma
|
|
version: 1
|
|
description: "Efficient voice assistant — Nemotron ASR, Gemma 4 31B, and Chatterbox."
|
|
author: karti
|
|
tags: [assistant, voice, efficient, multimodal]
|
|
|
|
# Gemma's mostly-sliding-window attention keeps its footprint well under brain
|
|
# and brain-laguna's, leaving real headroom in the budget beyond Lumbridge Compute's 8 GB
|
|
# admission margin — useful until brain-gemma's footprint is confirmed on
|
|
# real hardware.
|
|
models:
|
|
- ears
|
|
- brain-gemma
|
|
- voice
|
|
|
|
budget_gb: 80
|
|
activation:
|
|
order: footprint-asc
|
|
wait_healthy: true
|