-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Description
Hi. docker compose --file docker-compose-rocm.yml up fails for me with:
ERROR: Cannot install -r requirements.txt (line 4) and torch 2.6.0+rocm6.4.1.git1ded221d (from https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4.1/torch-2.6.0%2Brocm6.4.1.git1ded221d-cp310-cp310-linux_x86_64.whl) because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch 2.6.0+rocm6.4.1.git1ded221d (from https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4.1/torch-2.6.0%2Brocm6.4.1.git1ded221d-cp310-cp310-linux_x86_64.whl)
chatterbox-tts 0.1.6 depends on torch==2.5.1
Basically requirements-rocm.txt is specifying torch==2.6.0 and requirements.txt is specifying torch=2.5.1, so both can't be satisfied.
A comment in requirements.txt says:
# Updated to use PyTorch 2.5.1 for compatibility with our Colab-compatible chatterbox fork
ndrewpj, ZhenyaPav, bluemoehre and Asterrus
Metadata
Metadata
Assignees
Labels
No labels