File size: 378 Bytes
aedb5d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Miner + /health metadata. Weights live in this HF repo (no runtime model_id).
runtime:
adapter: "qwen3_tts_repo_snapshot"
device_preference: "cuda"
dtype: "bfloat16"
default_language: "English"
use_flash_attention_2: false
generation:
sample_rate: 24000
max_seconds: 30
limits:
max_text_chars: 2000
max_instruction_chars: 600
default_language: "English"
|