Unverified Commit 3c69d81e authored by Arthur's avatar Arthur Committed by GitHub
Browse files

remove jax example (#30498)

remove example
parent 1e05671d
...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment