Fix accelerate version

This commit is contained in:
Kevin Black
2023-09-15 22:54:51 -07:00
committed by GitHub
parent 500edd2b53
commit b590ec0a7c

View File

@@ -9,6 +9,7 @@ setup(
"ml-collections", "ml-collections",
"absl-py", "absl-py",
"diffusers[torch]==0.17.1", "diffusers[torch]==0.17.1",
"accelerate==0.17",
"wandb", "wandb",
"torchvision", "torchvision",
"inflect==6.0.4", "inflect==6.0.4",