Fix chatterbox deps to match official pyproject.toml
Some checks failed
Build ROCm Image / build (push) Failing after 4m21s
Some checks failed
Build ROCm Image / build (push) Failing after 4m21s
- Update transformers to 5.2.0 (required by official chatterbox) - Add omegaconf (pulled by s3gen/flow.py) - Install resemble-perth from git source - Pin safetensors to 0.5.3 - Remove onnx (not a chatterbox dep) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,21 +1,20 @@
|
|||||||
# Audio processing
|
# Audio processing
|
||||||
numpy
|
numpy>=1.24.0,<2.0.0
|
||||||
soundfile
|
soundfile
|
||||||
librosa==0.11.0
|
librosa==0.11.0
|
||||||
pyloudnorm
|
pyloudnorm
|
||||||
|
|
||||||
# ML dependencies (pinned to match chatterbox without overwriting ROCm torch)
|
# ML dependencies (pinned to match chatterbox without overwriting ROCm torch)
|
||||||
transformers==4.46.3
|
transformers==5.2.0
|
||||||
diffusers==0.29.0
|
diffusers==0.29.0
|
||||||
safetensors
|
safetensors==0.5.3
|
||||||
huggingface-hub
|
huggingface-hub
|
||||||
accelerate
|
omegaconf
|
||||||
|
|
||||||
# Chatterbox dependencies (installed separately since chatterbox uses --no-deps)
|
# Chatterbox dependencies (installed separately since chatterbox uses --no-deps)
|
||||||
resemble-perth
|
resemble-perth @ git+https://github.com/resemble-ai/Perth.git@master
|
||||||
conformer==0.3.2
|
conformer==0.3.2
|
||||||
s3tokenizer==0.3.0
|
s3tokenizer
|
||||||
onnx==1.16.0
|
|
||||||
spacy-pkuseg
|
spacy-pkuseg
|
||||||
pykakasi==2.3.0
|
pykakasi==2.3.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user