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
cfab34e1
"vscode:/vscode.git/clone" did not exist on "56b03c96b865a40811f4eb2942e71aaab4cd38c2"
Unverified
Commit
cfab34e1
authored
Mar 24, 2023
by
Sylvain Gugger
Browse files
Fix TF pipeline job
parent
500fce07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+1
-0
No files found.
.circleci/create_circleci_config.py
View file @
cfab34e1
...
@@ -263,6 +263,7 @@ pipelines_tf_job = CircleCIJob(
...
@@ -263,6 +263,7 @@ pipelines_tf_job = CircleCIJob(
"pipelines_tf"
,
"pipelines_tf"
,
additional_env
=
{
"RUN_PIPELINE_TESTS"
:
True
},
additional_env
=
{
"RUN_PIPELINE_TESTS"
:
True
},
install_steps
=
[
install_steps
=
[
"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"
,
...
...
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