Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
d5b40d66
Unverified
Commit
d5b40d66
authored
Jan 27, 2021
by
Patrick von Platen
Committed by
GitHub
Jan 27, 2021
Browse files
[Setup.py] update jaxlib (#9831)
* update jaxlib * Update setup.py * update table
parent
f617490e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
setup.py
setup.py
+16
-4
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
d5b40d66
...
...
@@ -103,7 +103,7 @@ _deps = [
"ipadic>=1.0.0,<2.0"
,
"isort>=5.5.4"
,
"jax>=0.2.0"
,
"jaxlib
=
=0.1.5
5
"
,
"jaxlib
>
=0.1.5
9
"
,
"keras2onnx"
,
"numpy"
,
"onnxconverter-common"
,
...
...
@@ -248,8 +248,20 @@ extras["dev"] = (
+
extras
[
"modelcreation"
]
)
extras
[
"torchhub"
]
=
deps_list
(
"filelock"
,
"importlib_metadata"
,
"numpy"
,
"packaging"
,
"protobuf"
,
"regex"
,
"requests"
,
"sacremoses"
,
"sentencepiece"
,
"torch"
,
"tokenizers"
,
"tqdm"
)
extras
[
"torchhub"
]
=
deps_list
(
"filelock"
,
"importlib_metadata"
,
"numpy"
,
"packaging"
,
"protobuf"
,
"regex"
,
"requests"
,
"sacremoses"
,
"sentencepiece"
,
"torch"
,
"tokenizers"
,
"tqdm"
,
)
# when modifying the following list, make sure to update src/transformers/dependency_versions_check.py
install_requires
=
[
...
...
src/transformers/dependency_versions_table.py
View file @
d5b40d66
...
...
@@ -16,7 +16,7 @@ deps = {
"ipadic"
:
"ipadic>=1.0.0,<2.0"
,
"isort"
:
"isort>=5.5.4"
,
"jax"
:
"jax>=0.2.0"
,
"jaxlib"
:
"jaxlib
=
=0.1.5
5
"
,
"jaxlib"
:
"jaxlib
>
=0.1.5
9
"
,
"keras2onnx"
:
"keras2onnx"
,
"numpy"
:
"numpy"
,
"onnxconverter-common"
:
"onnxconverter-common"
,
...
...
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