mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 18:51:14 +06:00
CI with pytest_num_workers=8
for torch/tf jobs (#25274)
n8 Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
bd90cda9a6
commit
2bd7a27a67
@ -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(
|
|||||||
"pip install -U --upgrade-strategy eager tensorflow_probability",
|
"pip install -U --upgrade-strategy eager tensorflow_probability",
|
||||||
],
|
],
|
||||||
parallelism=1,
|
parallelism=1,
|
||||||
pytest_num_workers=6,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user