Unverified Commit 9e57e0c0 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix `torch_job` worker(s) crashing (#25374)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 6247d1b2
...@@ -285,6 +285,7 @@ torch_job = CircleCIJob( ...@@ -285,6 +285,7 @@ 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=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