Skip to content

Commit

Permalink
Update the pin on Accelerate (huggingface#24110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger authored and novice03 committed Jun 23, 2023
1 parent e2fc1d7 commit f84e846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
# 2. once modified, run: `make deps_table_update` to update src/transformers/dependency_versions_table.py
_deps = [
"Pillow",
"accelerate>=0.20.1",
"accelerate>=0.20.2",
"av==9.2.0", # Latest version of PyAV (10.0.0) has issues with audio stream.
"beautifulsoup4",
"black~=23.1",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/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.20.1",
"accelerate": "accelerate>=0.20.2",
"av": "av==9.2.0",
"beautifulsoup4": "beautifulsoup4",
"black": "black~=23.1",
Expand Down

0 comments on commit f84e846

Please sign in to comment.