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
fea4636c
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "65a926e82b64a53f869efe858e2896b2002dee13"
Unverified
Commit
fea4636c
authored
Aug 31, 2022
by
Joao Gante
Committed by
GitHub
Aug 31, 2022
Browse files
Pin max tf version (#18818)
parent
5c4c8690
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
setup.py
setup.py
+2
-2
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+2
-2
No files found.
setup.py
View file @
fea4636c
...
@@ -154,8 +154,8 @@ _deps = [
...
@@ -154,8 +154,8 @@ _deps = [
"sigopt"
,
"sigopt"
,
"librosa"
,
"librosa"
,
"starlette"
,
"starlette"
,
"tensorflow-cpu>=2.3"
,
"tensorflow-cpu>=2.3
,<2.10
"
,
"tensorflow>=2.3"
,
"tensorflow>=2.3
,<2.10
"
,
"tensorflow-text"
,
"tensorflow-text"
,
"tf2onnx"
,
"tf2onnx"
,
"timeout-decorator"
,
"timeout-decorator"
,
...
...
src/transformers/dependency_versions_table.py
View file @
fea4636c
...
@@ -60,8 +60,8 @@ deps = {
...
@@ -60,8 +60,8 @@ deps = {
"sigopt"
:
"sigopt"
,
"sigopt"
:
"sigopt"
,
"librosa"
:
"librosa"
,
"librosa"
:
"librosa"
,
"starlette"
:
"starlette"
,
"starlette"
:
"starlette"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.3"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.3
,<2.10
"
,
"tensorflow"
:
"tensorflow>=2.3"
,
"tensorflow"
:
"tensorflow>=2.3
,<2.10
"
,
"tensorflow-text"
:
"tensorflow-text"
,
"tensorflow-text"
:
"tensorflow-text"
,
"tf2onnx"
:
"tf2onnx"
,
"tf2onnx"
:
"tf2onnx"
,
"timeout-decorator"
:
"timeout-decorator"
,
"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