Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker setup issues #17

Open
NoahFrahm opened this issue Jan 23, 2025 · 0 comments
Open

Docker setup issues #17

NoahFrahm opened this issue Jan 23, 2025 · 0 comments

Comments

@NoahFrahm
Copy link

NoahFrahm commented Jan 23, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant