Which Dependency Version Should Win? #7079
DoughyInTheMiddle
started this conversation in
General
Replies: 1 comment
-
you can upgrade practically everything (transformers, accelerate, pytorch_lightning, etc..), even Pytorch to 1.13 or 2 if you want, and little or nothing will break. but when you try to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
R = Base UI requirements
RV = Requirements Versions
SDDBR = Requirements from Dreambooth
Accelerate is just required for the base UI, and scikit-image is technically OK, but the others are all off.
If I run
pip install -r {requirements file}
, which one should take precedence?If the answer is "only run one of them", that seems to be a potential problem because some packages are in R, some are in RV, and some are in SDDBR, but none are in all three AND on the same version.
Just want to make sure all the files are updated properly if I run an install to update packages.
Beta Was this translation helpful? Give feedback.
All reactions