Update the pin on Accelerate (#24110)

This commit is contained in:
Sylvain Gugger
2023-06-08 10:11:01 -04:00
committed by GitHub
parent 2200bf7a45
commit 8c5f306719
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ if stale_egg_info.exists():
# 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",