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
5a3d0cbd
Commit
5a3d0cbd
authored
Jun 28, 2022
by
Sylvain Gugger
Browse files
Pin PyTorch while we fix compatibility with 1.12
parent
6c8f4c9a
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 @
5a3d0cbd
...
@@ -160,7 +160,7 @@ _deps = [
...
@@ -160,7 +160,7 @@ _deps = [
"timeout-decorator"
,
"timeout-decorator"
,
"timm"
,
"timm"
,
"tokenizers>=0.11.1,!=0.11.3,<0.13"
,
"tokenizers>=0.11.1,!=0.11.3,<0.13"
,
"torch>=1.0"
,
"torch>=1.0
,<1.12
"
,
"torchaudio"
,
"torchaudio"
,
"pyctcdecode>=0.3.0"
,
"pyctcdecode>=0.3.0"
,
"tqdm>=4.27"
,
"tqdm>=4.27"
,
...
...
src/transformers/dependency_versions_table.py
View file @
5a3d0cbd
...
@@ -66,7 +66,7 @@ deps = {
...
@@ -66,7 +66,7 @@ deps = {
"timeout-decorator"
:
"timeout-decorator"
,
"timeout-decorator"
:
"timeout-decorator"
,
"timm"
:
"timm"
,
"timm"
:
"timm"
,
"tokenizers"
:
"tokenizers>=0.11.1,!=0.11.3,<0.13"
,
"tokenizers"
:
"tokenizers>=0.11.1,!=0.11.3,<0.13"
,
"torch"
:
"torch>=1.0"
,
"torch"
:
"torch>=1.0
,<1.12
"
,
"torchaudio"
:
"torchaudio"
,
"torchaudio"
:
"torchaudio"
,
"pyctcdecode"
:
"pyctcdecode>=0.3.0"
,
"pyctcdecode"
:
"pyctcdecode>=0.3.0"
,
"tqdm"
:
"tqdm>=4.27"
,
"tqdm"
:
"tqdm>=4.27"
,
...
...
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