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
37e01633
"tests/vscode:/vscode.git/clone" did not exist on "ffe60fdcd60c17c3f216694160c2521da90f984c"
Unverified
Commit
37e01633
authored
Nov 18, 2022
by
Sylvain Gugger
Browse files
Also pin TensorFlow CPU
parent
a3f74580
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 @
37e01633
...
...
@@ -156,7 +156,7 @@ _deps = [
"sigopt"
,
"librosa"
,
"starlette"
,
"tensorflow-cpu>=2.
3
"
,
"tensorflow-cpu>=2.
4,<2.11
"
,
"tensorflow>=2.4,<2.11"
,
"tensorflow-text"
,
"tf2onnx"
,
...
...
src/transformers/dependency_versions_table.py
View file @
37e01633
...
...
@@ -62,7 +62,7 @@ deps = {
"sigopt"
:
"sigopt"
,
"librosa"
:
"librosa"
,
"starlette"
:
"starlette"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.
3
"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.
4,<2.11
"
,
"tensorflow"
:
"tensorflow>=2.4,<2.11"
,
"tensorflow-text"
:
"tensorflow-text"
,
"tf2onnx"
:
"tf2onnx"
,
...
...
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