Skip to content

Commit

Permalink
CI with pytest_num_workers=8 for torch/tf jobs (huggingface#25274)
Browse files Browse the repository at this point in the history
n8

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
2 people authored and blbadger committed Nov 8, 2023
1 parent 9a31222 commit a7b5bd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def job_name(self):
"pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate",
],
parallelism=1,
pytest_num_workers=3,
)


Expand All @@ -298,7 +297,6 @@ def job_name(self):
"pip install -U --upgrade-strategy eager tensorflow_probability",
],
parallelism=1,
pytest_num_workers=6,
)


Expand Down

0 comments on commit a7b5bd2

Please sign in to comment.