Skip to content

Commit

Permalink
oupsy
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 26, 2024
1 parent 13fef30 commit 37755b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def job_name(self):
torch_and_flax_job = CircleCIJob(
"torch_and_flax",
additional_env={"RUN_PT_FLAX_CROSS_TESTS": True},
docker_image=[{"image":"huggingface/transformers-torch-flax-light"}],
docker_image=[{"image":"huggingface/transformers-torch-jax-light"}],
install_steps=["uv venv", "uv pip install -e ."],
marker="is_pt_flax_cross_test",
pytest_options={"rA": None, "durations": 0},
Expand All @@ -273,7 +273,7 @@ def job_name(self):

flax_job = CircleCIJob(
"flax",
docker_image=[{"image":"huggingface/transformers-flax-light"}],
docker_image=[{"image":"huggingface/transformers-jax-light"}],
install_steps=["uv venv", "uv pip install -e ."],
parallelism=1,
)
Expand Down

0 comments on commit 37755b7

Please sign in to comment.