File size: 572 Bytes
fb9324c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Image:
  from_base: parachutes/python:3.12
  run_command:
    - 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
  set_workdir: /app

NodeSelector:
  gpu_count: 1
  min_vram_gb_per_gpu: 24
  include:
    - pro_6000

Chute:
  tagline: vocence prompttts miner
  readme: vocence-ninja-robin prompttts chute
  tee: true
  shutdown_after_seconds: 86400
  concurrency: 1
  max_instances: 1
  scaling_threshold: 0.5