Views
No views yet
model_name in vocence_config.yaml, on-chain commit, and chute wrapper VOCENCE_REPO must all be:shiningstar1128/llm-trainer-v09/speak contract1{
2 "text": "<transcription to synthesize>",
3 "instruction": "An adult female with an American accent, speaking at a normal pace in a mid-range pitch, sounding neutral and formal throughout"
4}text — passed verbatim to generate_voice_design(text=...) (length cap only).instruction — passed verbatim to generate_voice_design(instruct=...) (length cap only).| File | Purpose |
|---|---|
miner.py | Qwen3 TTS engine (Miner class) |
vocence_config.yaml | model_name + runtime/generation limits |
chute_config.yml | Chutes image, GPU (24 GB VRAM), qwen-tts |
config.json | Model config |
model.safetensors | Main weights |
speech_tokenizer/model.safetensors | Speech tokenizer weights |
tokenizer.json, tokenizer_config.json, vocab.json, … | Text tokenizer |
shiningstar1128/llm-trainer-v09 and pin a 40-char commit SHA.deploy/deploy_chutes_09.py (VOCENCE_REPO must match this repo).uv run vocence miner commit --model-name shiningstar1128/llm-trainer-v09 --model-revision <sha> --chute-id <uuid>.