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
3fb1535b
Unverified
Commit
3fb1535b
authored
Aug 31, 2023
by
Yih-Dar
Committed by
GitHub
Aug 31, 2023
Browse files
Update `setup.py` (#25893)
update Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
eaf5e98e
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 @
3fb1535b
...
...
@@ -173,7 +173,7 @@ _deps = [
"timeout-decorator"
,
"timm"
,
"tokenizers>=0.11.1,!=0.11.3,<0.14"
,
"torch>=1.
9
,!=1.12.0"
,
"torch>=1.
10
,!=1.12.0"
,
"torchaudio"
,
"torchvision"
,
"pyctcdecode>=0.4.0"
,
...
...
src/transformers/dependency_versions_table.py
View file @
3fb1535b
...
...
@@ -79,7 +79,7 @@ deps = {
"timeout-decorator"
:
"timeout-decorator"
,
"timm"
:
"timm"
,
"tokenizers"
:
"tokenizers>=0.11.1,!=0.11.3,<0.14"
,
"torch"
:
"torch>=1.
9
,!=1.12.0"
,
"torch"
:
"torch>=1.
10
,!=1.12.0"
,
"torchaudio"
:
"torchaudio"
,
"torchvision"
:
"torchvision"
,
"pyctcdecode"
:
"pyctcdecode>=0.4.0"
,
...
...
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