Files
rocm-chatterbox-whisper/requirements-rocm.txt
scott de6156a336
All checks were successful
Build ROCm Image / build (push) Successful in 17m32s
Replace resemble-perth with a no-op stub
resemble-perth uses uv-build which is incompatible with the old system
pip in the ROCm base image. Since watermarking is unnecessary for
self-hosted private use, stub out the perth module so chatterbox's
import is satisfied without any build complexity.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 11:16:08 -04:00

26 lines
547 B
Plaintext

# Audio processing
numpy>=1.24.0,<2.0.0
soundfile
librosa==0.11.0
pyloudnorm
# ML dependencies (pinned to match chatterbox without overwriting ROCm torch)
transformers==5.2.0
diffusers==0.29.0
safetensors==0.5.3
huggingface-hub
omegaconf
# Chatterbox dependencies (installed separately since chatterbox uses --no-deps)
# Note: resemble-perth is stubbed out in perth_stub.py (watermarking unneeded for self-hosted use)
conformer==0.3.2
s3tokenizer
spacy-pkuseg
pykakasi==2.3.0
# Wyoming protocol
wyoming>=1.5.4
# Config / utilities
PyYAML>=6.0