"vscode:/vscode.git/clone" did not exist on "8d3f952adb8c98cec2ea1f59bb7acfbc08232381"
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(
"pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate",
],
parallelism=1,
pytest_num_workers=3,
)
......@@ -298,7 +297,6 @@ tf_job = CircleCIJob(
"pip install -U --upgrade-strategy eager tensorflow_probability",
],
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