| # 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-0" | |
| 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 | |