THUDM / ImageReward

[NeurIPS 2023] ImageReward: Learning and Evaluating Human Preferences for Text-to-image Generation
Apache License 2.0
1.12k stars 62 forks source link

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. deepseek-vl 1.0.0 requires timm>=0.9.16, but you have timm 0.6.13 which is incompatible. #98

Open prantikseal opened 1 week ago

prantikseal commented 1 week ago

image please help me fix this

xujz18 commented 1 day ago

This should be because one of the requirements.txt files you're using requires timm==0.6.13 to be set instead of timm>=0.6.13, and I've updated the relevant file.

prantikseal commented 1 day ago

thanks!