| |
| |
| |
| |
| |
|
|
| Image: |
| from_base: parachutes/base-python:3.12.9 |
| run_command: |
| - pip install --no-cache-dir wheel |
| - pip install --no-cache-dir torch torchaudio --index-url https://download.pytorch.org/whl/cu128 |
| - pip install --no-cache-dir qwen-tts transformers accelerate huggingface_hub safetensors soundfile numpy pyyaml |
| - pip install --no-cache-dir flash-attn --no-build-isolation |
| set_workdir: /app |
|
|
| NodeSelector: |
| gpu_count: 1 |
| min_vram_gb_per_gpu: 24 |
| include: ["pro_6000"] |
| exclude: [] |
|
|
| Chute: |
| tagline: vocence qwen3-tts miner |
| readme: vocence chute serving qwen3-tts via miner.py (weights pinned in repo) |
| shutdown_after_seconds: 86400 |
| concurrency: 1 |
| max_instances: 1 |
| scaling_threshold: 0.5 |
| tee: true |
|
|