Skip to content

Commit

Permalink
remove jax example (#30498)
Browse files Browse the repository at this point in the history
remove example
  • Loading branch information
ArthurZucker authored and Ita Zaporozhets committed May 14, 2024
1 parent 418d194 commit 393344e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,17 +430,6 @@ def job_name(self):
)


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",
additional_env={"HUGGINGFACE_CO_STAGING": True},
Expand Down Expand Up @@ -570,7 +559,6 @@ def job_name(self):
EXAMPLES_TESTS = [
examples_torch_job,
examples_tensorflow_job,
examples_flax_job,
]
PIPELINE_TESTS = [
pipelines_torch_job,
Expand Down

0 comments on commit 393344e

Please sign in to comment.