| # Image + node + Chute for Vocence deploy. Required in the HF repo at build time. | |
| Image: | |
| from_base: parachutes/python:3.12 | |
| run_command: | |
| - pip install torch torchaudio transformers accelerate huggingface_hub pyyaml soundfile librosa | |
| - pip install -U qwen-tts | |
| set_workdir: /app | |
| NodeSelector: | |
| gpu_count: 1 | |
| min_vram_gb_per_gpu: 24 | |
| include: ["pro_6000"] | |
| exclude: [] | |
| Chute: | |
| tagline: Vocence TTS — Qwen3 PromptTTS (weights in repo) | |
| readme: Qwen3 12Hz TTS snapshot + miner.py for Vocence | |
| shutdown_after_seconds: 86400 | |
| concurrency: 1 | |
| max_instances: 1 | |
| scaling_threshold: 0.5 | |
| tee: true | |