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
c746eb16
Unverified
Commit
c746eb16
authored
Mar 27, 2023
by
Joao Gante
Committed by
GitHub
Mar 27, 2023
Browse files
TensorFlow: additional missing `cmake` dependencies in CI (#22383)
* missing cmake * more cmake
parent
cae78c46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+3
-1
No files found.
.circleci/create_circleci_config.py
View file @
c746eb16
...
...
@@ -182,7 +182,7 @@ torch_and_tf_job = CircleCIJob(
"torch_and_tf"
,
additional_env
=
{
"RUN_PT_TF_CROSS_TESTS"
:
True
},
install_steps
=
[
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng git-lfs"
,
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng git-lfs
cmake
"
,
"git lfs install"
,
"pip install --upgrade pip"
,
"pip install .[sklearn,tf-cpu,torch,testing,sentencepiece,torch-speech,vision]"
,
...
...
@@ -319,6 +319,7 @@ examples_tensorflow_job = CircleCIJob(
"examples_tensorflow"
,
cache_name
=
"tensorflow_examples"
,
install_steps
=
[
"sudo apt-get -y update && sudo apt-get install -y cmake"
,
"pip install --upgrade pip"
,
"pip install .[sklearn,tensorflow,sentencepiece,testing]"
,
"pip install -r examples/tensorflow/_tests_requirements.txt"
,
...
...
@@ -356,6 +357,7 @@ hub_job = CircleCIJob(
onnx_job
=
CircleCIJob
(
"onnx"
,
install_steps
=
[
"sudo apt-get -y update && sudo apt-get install -y cmake"
,
"pip install --upgrade pip"
,
"pip install .[torch,tf,testing,sentencepiece,onnxruntime,vision,rjieba]"
,
],
...
...
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