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
3d0bd869
"tests/test_modeling_tf_convbert.py" did not exist on "c852036b4abca2c20e1adf92eda48472a7d84ef0"
Unverified
Commit
3d0bd869
authored
Jun 14, 2024
by
amyeroberts
Committed by
GitHub
Jun 14, 2024
Browse files
Install the tensorflow example requirements in docker (#31428)
parent
11f43c15
Changes
1
Show 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 @
3d0bd869
...
...
@@ -326,7 +326,7 @@ examples_tensorflow_job = CircleCIJob(
"examples_tensorflow"
,
cache_name
=
"tensorflow_examples"
,
docker_image
=
[{
"image"
:
"huggingface/transformers-examples-tf"
}],
install_steps
=
[
"uv venv && uv pip install ."
],
install_steps
=
[
"uv venv && uv pip install .
&& uv pip install -r examples/tensorflow/_tests_requirements.txt
"
],
parallelism
=
8
)
...
...
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