Fix torch_job worker(s) crashing (#25374)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user