Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8c5f3067
".github/vscode:/vscode.git/clone" did not exist on "3a960c4857d6b1550acaae34c9561de0e1f975be"
Unverified
Commit
8c5f3067
authored
Jun 08, 2023
by
Sylvain Gugger
Committed by
GitHub
Jun 08, 2023
Browse files
Update the pin on Accelerate (#24110)
parent
2200bf7a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
8c5f3067
...
...
@@ -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"
,
...
...
src/transformers/dependency_versions_table.py
View file @
8c5f3067
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment