Some checks failed
Build ROCm Image / build (push) Has been cancelled
Replaces the PyTorch/chatterbox-tts stack with direct ONNX inference using ResembleAI/chatterbox-turbo-ONNX fp16 weights. - engine.py: full rewrite — ONNX sessions, autoregressive KV-cache LM loop, voice conditionals cache via speech_encoder outputs - wyoming_handler.py: remove torch dep, use np.asarray for audio bytes - requirements-rocm-init.txt: onnxruntime-rocm replaces torch wheels - requirements-rocm.txt: drop chatterbox/torch deps, keep audio utils - Dockerfile.rocm: remove chatterbox-tts install step Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
199 B
Plaintext
15 lines
199 B
Plaintext
# Audio processing
|
|
numpy>=1.24.0,<2.0.0
|
|
soundfile
|
|
librosa==0.11.0
|
|
|
|
# ONNX model dependencies
|
|
transformers>=4.40.0
|
|
huggingface-hub
|
|
|
|
# Wyoming protocol
|
|
wyoming>=1.5.4
|
|
|
|
# Config / utilities
|
|
PyYAML>=6.0
|