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
66c240f3
Unverified
Commit
66c240f3
authored
Aug 03, 2023
by
Sanchit Gandhi
Committed by
GitHub
Aug 03, 2023
Browse files
[JAX] Bump min version (#25286)
* [JAX] Bump min version * make fixup
parent
d114a6b7
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 @
66c240f3
...
...
@@ -124,8 +124,8 @@ _deps = [
"importlib_metadata"
,
"ipadic>=1.0.0,<2.0"
,
"isort>=5.5.4"
,
"jax>=0.
2.8,!=0.3.2
,<=0.4.13"
,
"jaxlib>=0.
1.65
,<=0.4.13"
,
"jax>=0.
4.1
,<=0.4.13"
,
"jaxlib>=0.
4.1
,<=0.4.13"
,
"jieba"
,
"kenlm"
,
"keras-nlp>=0.3.1"
,
...
...
src/transformers/dependency_versions_table.py
View file @
66c240f3
...
...
@@ -29,8 +29,8 @@ deps = {
"importlib_metadata"
:
"importlib_metadata"
,
"ipadic"
:
"ipadic>=1.0.0,<2.0"
,
"isort"
:
"isort>=5.5.4"
,
"jax"
:
"jax>=0.
2.8,!=0.3.2
,<=0.4.13"
,
"jaxlib"
:
"jaxlib>=0.
1.65
,<=0.4.13"
,
"jax"
:
"jax>=0.
4.1
,<=0.4.13"
,
"jaxlib"
:
"jaxlib>=0.
4.1
,<=0.4.13"
,
"jieba"
:
"jieba"
,
"kenlm"
:
"kenlm"
,
"keras-nlp"
:
"keras-nlp>=0.3.1"
,
...
...
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