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
3c69d81e
Unverified
Commit
3c69d81e
authored
May 01, 2024
by
Arthur
Committed by
GitHub
May 01, 2024
Browse files
remove jax example (#30498)
remove example
parent
1e05671d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+0
-12
No files found.
.circleci/create_circleci_config.py
View file @
3c69d81e
...
@@ -430,17 +430,6 @@ examples_tensorflow_job = CircleCIJob(
...
@@ -430,17 +430,6 @@ examples_tensorflow_job = CircleCIJob(
)
)
examples_flax_job
=
CircleCIJob
(
"examples_flax"
,
cache_name
=
"flax_examples"
,
install_steps
=
[
"pip install --upgrade --upgrade-strategy eager pip"
,
"pip install -U --upgrade-strategy eager .[flax,testing,sentencepiece]"
,
"pip install -U --upgrade-strategy eager -r examples/flax/_tests_requirements.txt"
,
],
)
hub_job
=
CircleCIJob
(
hub_job
=
CircleCIJob
(
"hub"
,
"hub"
,
additional_env
=
{
"HUGGINGFACE_CO_STAGING"
:
True
},
additional_env
=
{
"HUGGINGFACE_CO_STAGING"
:
True
},
...
@@ -570,7 +559,6 @@ REGULAR_TESTS = [
...
@@ -570,7 +559,6 @@ REGULAR_TESTS = [
EXAMPLES_TESTS
=
[
EXAMPLES_TESTS
=
[
examples_torch_job
,
examples_torch_job
,
examples_tensorflow_job
,
examples_tensorflow_job
,
examples_flax_job
,
]
]
PIPELINE_TESTS
=
[
PIPELINE_TESTS
=
[
pipelines_torch_job
,
pipelines_torch_job
,
...
...
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