File size: 786 Bytes
6a500c9
 
 
 
 
 
 
 
0ac7230
6a500c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# PromptTTS settings read by the canonical wrapper and your miner.py.
# Validator gate 4h.ii requires:
#   - this file exists at the pinned revision
#   - parses as YAML and is a mapping
#   - has a non-empty `model_name` string
#   - `model_name` equals the on-chain `model_name` you commit
# miner.py loads weights via from_pretrained(model_name), where model_name is
# the bare local variable bound to the wrapper-injected repo path/id.
model_name: "michael-chan-000/tts-0.3-1"

runtime:
  adapter: "qwen3-tts"
  device_preference: "cuda"
  dtype: "bfloat16"
  use_flash_attention_2: false
  default_language: "English"

generation:
  sample_rate: 24000
  max_seconds: 20
  guidance_scale: 1.0

io:
  output_format: "wav"

limits:
  max_text_chars: 2000
  max_instruction_chars: 600