Closed mxochicale closed 1 year ago
Fixing dependencies issues
[x] accelerate
Cannot initialize model with low cpu memory usage because
accelerate
was not found in the environment. Defaulting tolow_cpu_mem_usage=False
. It is strongly recommended to installaccelerate
for faster and less memory-intense model loading. You can do so with: pip install accelerate
[x] torch-fidelity
ModuleNotFoundError: FrechetInceptionDistance metric requires that
Torch-fidelity
is installed. Either install aspip install torchmetrics[image]
orpip install torch-fidelity
.