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
0f502682
Commit
0f502682
authored
Oct 21, 2021
by
Sylvain Gugger
Browse files
Pin PyTorch to make CI green
parent
f9c16b02
Changes
2
Hide 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 @
0f502682
...
...
@@ -149,7 +149,7 @@ _deps = [
"timeout-decorator"
,
"timm"
,
"tokenizers>=0.10.1,<0.11"
,
"torch>=1.0"
,
"torch>=1.0
,<1.10
"
,
"torchaudio"
,
"tqdm>=4.27"
,
"unidic>=1.0.2"
,
...
...
src/transformers/dependency_versions_table.py
View file @
0f502682
...
...
@@ -67,7 +67,7 @@ deps = {
"timeout-decorator"
:
"timeout-decorator"
,
"timm"
:
"timm"
,
"tokenizers"
:
"tokenizers>=0.10.1,<0.11"
,
"torch"
:
"torch>=1.0"
,
"torch"
:
"torch>=1.0
,<1.10
"
,
"torchaudio"
:
"torchaudio"
,
"tqdm"
:
"tqdm>=4.27"
,
"unidic"
:
"unidic>=1.0.2"
,
...
...
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