Skip to content

Commit b3e27a8

Browse files
committed
Update the pin on Accelerate (#24110)
1 parent 53e1f5c commit b3e27a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
# 2. once modified, run: `make deps_table_update` to update src/transformers/dependency_versions_table.py
9999
_deps = [
100100
"Pillow",
101-
"accelerate>=0.20.1",
101+
"accelerate>=0.20.2",
102102
"av==9.2.0", # Latest version of PyAV (10.0.0) has issues with audio stream.
103103
"beautifulsoup4",
104104
"black~=23.1",

src/transformers/dependency_versions_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 2. run `make deps_table_update``
44
deps = {
55
"Pillow": "Pillow",
6-
"accelerate": "accelerate>=0.20.1",
6+
"accelerate": "accelerate>=0.20.2",
77
"av": "av==9.2.0",
88
"beautifulsoup4": "beautifulsoup4",
99
"black": "black~=23.1",

0 commit comments

Comments
 (0)