ImageReward
ImageReward copied to clipboard
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.
please help me fix this
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.
thanks!