Skip to content

Conversation

@alek5k
Copy link

@alek5k alek5k commented Jun 25, 2025

This prevents errors when running finetuning and evaluation. Newest diffusers requires peft>=0.15.0 but peft is pinned in this repo. The huggingface_hub dependency has also removed cached_download in later versions. Selected earliest version of huggingface_hub that satisfies other dependencies.

An alternative option to help with reproducibility is to pip freeze > requirements_frozen.txt as a guide. It might also be worth mentioning which OS this was tested on (initially didn't work for me on 20.04 but did on 22.04).

This prevents errors when running finetuning and evaluation. Newest diffusers requires peft>=0.15.0 but peft is pinned in this repo. The huggingface_hub dependency has also removed "cached_download" in later versions. Selected earliest version of huggingface_hub that satisfies other dependencies.
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

Successfully merging this pull request may close these issues.

1 participant