22 lines
494 B
YAML
22 lines
494 B
YAML
|
|
Image:
|
||
|
|
from_base: parachutes/base-python:3.12.9
|
||
|
|
run_command:
|
||
|
|
- pip install torch torchaudio transformers accelerate huggingface_hub pyyaml soundfile snac
|
||
|
|
set_workdir: /app
|
||
|
|
|
||
|
|
NodeSelector:
|
||
|
|
gpu_count: 1
|
||
|
|
min_vram_gb_per_gpu: 16
|
||
|
|
include:
|
||
|
|
- pro_6000
|
||
|
|
exclude: []
|
||
|
|
|
||
|
|
Chute:
|
||
|
|
tagline: vocence Orpheus Amir TTS
|
||
|
|
readme: Vocence PromptTTS — American English Amir (Orpheus 3B)
|
||
|
|
shutdown_after_seconds: 86400
|
||
|
|
concurrency: 1
|
||
|
|
max_instances: 1
|
||
|
|
scaling_threshold: 0.5
|
||
|
|
tee: true
|