Use small config for OneFormerModelTest.test_model_with_labels (#25383)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-08-08 17:15:34 +02:00
committed by GitHub
parent 9c7b744795
commit 5b517e1764
2 changed files with 3 additions and 3 deletions

View File

@@ -285,7 +285,7 @@ torch_job = CircleCIJob(
"pip install -U --upgrade-strategy eager git+https://github.com/huggingface/accelerate",
],
parallelism=1,
pytest_num_workers=6,
pytest_num_workers=8,
)