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
a3f74580
"vscode:/vscode.git/clone" did not exist on "df475bf8e62e843bfd4f604b81696b2d950ec990"
Unverified
Commit
a3f74580
authored
Nov 18, 2022
by
Sylvain Gugger
Browse files
Pin to the right version...
parent
f7ab8c42
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
examples/tensorflow/_tests_requirements.txt
examples/tensorflow/_tests_requirements.txt
+1
-1
setup.py
setup.py
+1
-1
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
examples/tensorflow/_tests_requirements.txt
View file @
a3f74580
tensorflow
tensorflow
<2.11
tensorboard
scikit-learn
seqeval
...
...
setup.py
View file @
a3f74580
...
...
@@ -157,7 +157,7 @@ _deps = [
"librosa"
,
"starlette"
,
"tensorflow-cpu>=2.3"
,
"tensorflow>=2.4,<2.1
0
"
,
"tensorflow>=2.4,<2.1
1
"
,
"tensorflow-text"
,
"tf2onnx"
,
"timeout-decorator"
,
...
...
src/transformers/dependency_versions_table.py
View file @
a3f74580
...
...
@@ -63,7 +63,7 @@ deps = {
"librosa"
:
"librosa"
,
"starlette"
:
"starlette"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.3"
,
"tensorflow"
:
"tensorflow>=2.4,<2.1
0
"
,
"tensorflow"
:
"tensorflow>=2.4,<2.1
1
"
,
"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