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
85a4bda4
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "253c02cc3cc091a4edc07517adf790a5f46b7751"
Unverified
Commit
85a4bda4
authored
Nov 09, 2021
by
Suraj Patil
Committed by
GitHub
Nov 09, 2021
Browse files
bump flax version (#14343)
parent
babd0b9a
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
examples/flax/language-modeling/requirements.txt
examples/flax/language-modeling/requirements.txt
+1
-1
examples/flax/question-answering/requirements.txt
examples/flax/question-answering/requirements.txt
+1
-1
examples/flax/summarization/requirements.txt
examples/flax/summarization/requirements.txt
+1
-1
examples/flax/text-classification/requirements.txt
examples/flax/text-classification/requirements.txt
+1
-1
examples/flax/token-classification/requirements.txt
examples/flax/token-classification/requirements.txt
+1
-1
examples/flax/vision/requirements.txt
examples/flax/vision/requirements.txt
+1
-1
examples/research_projects/jax-projects/hybrid_clip/requirements.txt
...search_projects/jax-projects/hybrid_clip/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/flax/language-modeling/requirements.txt
View file @
85a4bda4
datasets >= 1.1.3
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.
4
flax>=0.3.
5
optax>=0.0.9
examples/flax/question-answering/requirements.txt
View file @
85a4bda4
datasets >= 1.8.0
jax>=0.2.17
jaxlib>=0.1.68
flax>=0.3.
4
flax>=0.3.
5
optax>=0.0.8
\ No newline at end of file
examples/flax/summarization/requirements.txt
View file @
85a4bda4
datasets >= 1.1.3
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.
4
flax>=0.3.
5
optax>=0.0.8
examples/flax/text-classification/requirements.txt
View file @
85a4bda4
datasets >= 1.1.3
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.
4
flax>=0.3.
5
optax>=0.0.8
examples/flax/token-classification/requirements.txt
View file @
85a4bda4
datasets >= 1.8.0
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.
4
flax>=0.3.
5
optax>=0.0.8
seqeval
\ No newline at end of file
examples/flax/vision/requirements.txt
View file @
85a4bda4
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.
4
flax>=0.3.
5
optax>=0.0.8
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.9.0+cpu
...
...
examples/research_projects/jax-projects/hybrid_clip/requirements.txt
View file @
85a4bda4
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.
4
flax>=0.3.
5
optax>=0.0.8
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.9.0+cpu
...
...
setup.py
View file @
85a4bda4
...
...
@@ -104,7 +104,7 @@ _deps = [
"fastapi"
,
"filelock"
,
"flake8>=3.8.3"
,
"flax>=0.3.
4
"
,
"flax>=0.3.
5
"
,
"fugashi>=1.0"
,
"GitPython<3.1.19"
,
"huggingface-hub>=0.1.0,<1.0"
,
...
...
src/transformers/dependency_versions_table.py
View file @
85a4bda4
...
...
@@ -15,7 +15,7 @@ deps = {
"fastapi"
:
"fastapi"
,
"filelock"
:
"filelock"
,
"flake8"
:
"flake8>=3.8.3"
,
"flax"
:
"flax>=0.3.
4
"
,
"flax"
:
"flax>=0.3.
5
"
,
"fugashi"
:
"fugashi>=1.0"
,
"GitPython"
:
"GitPython<3.1.19"
,
"huggingface-hub"
:
"huggingface-hub>=0.1.0,<1.0"
,
...
...
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