Update accelerate version + warning check fix (#22833)

This commit is contained in:
Zachary Mueller
2023-04-18 12:51:32 -04:00
committed by GitHub
parent 78cda46f17
commit aec10d162f
3 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,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.10.0",
"accelerate>=0.17.0",
"av==9.2.0", # Latest version of PyAV (10.0.0) has issues with audio stream.
"beautifulsoup4",
"black~=23.1",