22 lines
579 B
YAML
22 lines
579 B
YAML
apiVersion: lumbridge/v1
|
|
kind: Scene
|
|
metadata:
|
|
name: voice-laguna
|
|
version: 1
|
|
description: "High-capability voice assistant — Nemotron ASR, Laguna S 2.1, and Chatterbox."
|
|
author: karti
|
|
tags: [assistant, voice, coding, reasoning]
|
|
|
|
# Laguna replaces Qwen and intentionally excludes ACE-Step. The 108 GB scene
|
|
# budget matches the empirically safe studio ceiling on the reference node while retaining
|
|
# Lumbridge Compute's separate 8 GB admission margin.
|
|
models:
|
|
- ears
|
|
- brain-laguna
|
|
- voice
|
|
|
|
budget_gb: 108
|
|
activation:
|
|
order: footprint-asc
|
|
wait_healthy: true
|