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
006da469
Unverified
Commit
006da469
authored
May 08, 2023
by
Sylvain Gugger
Committed by
GitHub
May 08, 2023
Browse files
Pin tensorflow-probability (#23220)
* Pin tensorflow-probability * [all-test] * [all-test] Fix syntax for bash
parent
188a8bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+3
-3
No files found.
.circleci/create_circleci_config.py
View file @
006da469
...
@@ -186,7 +186,7 @@ torch_and_tf_job = CircleCIJob(
...
@@ -186,7 +186,7 @@ torch_and_tf_job = CircleCIJob(
"git lfs install"
,
"git lfs install"
,
"pip install --upgrade pip"
,
"pip install --upgrade pip"
,
"pip install .[sklearn,tf-cpu,torch,testing,sentencepiece,torch-speech,vision]"
,
"pip install .[sklearn,tf-cpu,torch,testing,sentencepiece,torch-speech,vision]"
,
"
pip install tensorflow_probability
"
,
'
pip install
"
tensorflow_probability
<0.20"'
,
"pip install git+https://github.com/huggingface/accelerate"
,
"pip install git+https://github.com/huggingface/accelerate"
,
],
],
marker
=
"is_pt_tf_cross_test"
,
marker
=
"is_pt_tf_cross_test"
,
...
@@ -227,7 +227,7 @@ tf_job = CircleCIJob(
...
@@ -227,7 +227,7 @@ tf_job = CircleCIJob(
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng cmake"
,
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng cmake"
,
"pip install --upgrade pip"
,
"pip install --upgrade pip"
,
"pip install .[sklearn,tf-cpu,testing,sentencepiece,tf-speech,vision]"
,
"pip install .[sklearn,tf-cpu,testing,sentencepiece,tf-speech,vision]"
,
"
pip install tensorflow_probability
"
,
'
pip install
"
tensorflow_probability
<0.20"'
,
],
],
parallelism
=
1
,
parallelism
=
1
,
pytest_options
=
{
"rA"
:
None
},
pytest_options
=
{
"rA"
:
None
},
...
@@ -266,7 +266,7 @@ pipelines_tf_job = CircleCIJob(
...
@@ -266,7 +266,7 @@ pipelines_tf_job = CircleCIJob(
"sudo apt-get -y update && sudo apt-get install -y cmake"
,
"sudo apt-get -y update && sudo apt-get install -y cmake"
,
"pip install --upgrade pip"
,
"pip install --upgrade pip"
,
"pip install .[sklearn,tf-cpu,testing,sentencepiece,vision]"
,
"pip install .[sklearn,tf-cpu,testing,sentencepiece,vision]"
,
"
pip install tensorflow_probability
"
,
'
pip install
"
tensorflow_probability
<0.20"'
,
],
],
pytest_options
=
{
"rA"
:
None
},
pytest_options
=
{
"rA"
:
None
},
marker
=
"is_pipeline_test"
,
marker
=
"is_pipeline_test"
,
...
...
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