-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Currently following the docker container setup instructions will lead to a dependency conflict with torch
that I suspect is due to updates in the diffusers
transformers
and accelerate
libraries. I find that after following all docker set up instructions the following fixes the issues.
pip uninstall transformers diffusers accelerate huggingface_hub
pip install transformers==4.44.2 diffusers==0.30.0 accelerate==0.32.0 huggingface_hub==0.24.7
These versions are the versions of the packages when the code was first released. locking these dependencies in the requirements.txt would probably solve the issue for the future.
Metadata
Metadata
Assignees
Labels
No labels