Unverified Commit 2bd7a27a authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

CI with `pytest_num_workers=8` for torch/tf jobs (#25274)



n8
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent bd90cda9
...@@ -285,7 +285,6 @@ torch_job = CircleCIJob( ...@@ -285,7 +285,6 @@ torch_job = CircleCIJob(
"pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate", "pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate",
], ],
parallelism=1, parallelism=1,
pytest_num_workers=3,
) )
...@@ -298,7 +297,6 @@ tf_job = CircleCIJob( ...@@ -298,7 +297,6 @@ tf_job = CircleCIJob(
"pip install -U --upgrade-strategy eager tensorflow_probability", "pip install -U --upgrade-strategy eager tensorflow_probability",
], ],
parallelism=1, parallelism=1,
pytest_num_workers=6,
) )
......
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