Skip to content

Docker setup issues #17

@NoahFrahm

Description

@NoahFrahm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions