Skip to content

Commit

Permalink
pin accelerate to 0.31.0 (huggingface#8563)
Browse files Browse the repository at this point in the history
* pin accelerate to 0.31.0

* update dep table

* empty
  • Loading branch information
sayakpaul committed Jun 16, 2024
1 parent a899e42 commit 130dd93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# 2. once modified, run: `make deps_table_update` to update src/diffusers/dependency_versions_table.py
_deps = [
"Pillow", # keep the PIL.Image.Resampling deprecation away
"accelerate>=0.29.3",
"accelerate>=0.31.0",
"compel==0.1.8",
"datasets",
"filelock",
Expand Down
4 changes: 2 additions & 2 deletions src/diffusers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 2. run `make deps_table_update`
deps = {
"Pillow": "Pillow",
"accelerate": "accelerate>=0.29.3",
"accelerate": "accelerate>=0.31.0",
"compel": "compel==0.1.8",
"datasets": "datasets",
"filelock": "filelock",
Expand Down Expand Up @@ -40,7 +40,7 @@
"tensorboard": "tensorboard",
"torch": "torch>=1.4",
"torchvision": "torchvision",
"transformers": "transformers>=4.25.1",
"transformers": "transformers>=4.41.2",
"urllib3": "urllib3<=2.0.0",
"black": "black",
}

0 comments on commit 130dd93

Please sign in to comment.