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
f7ab8c42
Unverified
Commit
f7ab8c42
authored
Nov 18, 2022
by
Sylvain Gugger
Committed by
GitHub
Nov 18, 2022
Browse files
Pin TensorFlow (#20313)
parent
b9826942
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 @
f7ab8c42
...
...
@@ -157,7 +157,7 @@ _deps = [
"librosa"
,
"starlette"
,
"tensorflow-cpu>=2.3"
,
"tensorflow>=2.4"
,
"tensorflow>=2.4
,<2.10
"
,
"tensorflow-text"
,
"tf2onnx"
,
"timeout-decorator"
,
...
...
src/transformers/dependency_versions_table.py
View file @
f7ab8c42
...
...
@@ -63,7 +63,7 @@ deps = {
"librosa"
:
"librosa"
,
"starlette"
:
"starlette"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.3"
,
"tensorflow"
:
"tensorflow>=2.4"
,
"tensorflow"
:
"tensorflow>=2.4
,<2.10
"
,
"tensorflow-text"
:
"tensorflow-text"
,
"tf2onnx"
:
"tf2onnx"
,
"timeout-decorator"
:
"timeout-decorator"
,
...
...
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