From 1f217a5440d53da51f577ff93b507af8f19e626c Mon Sep 17 00:00:00 2001 From: DN6 Date: Fri, 24 Oct 2025 10:04:34 +0530 Subject: [PATCH] update --- .github/workflows/pr_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 3306ebe43e..7d4d66a802 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -23,8 +23,8 @@ concurrency: env: DIFFUSERS_IS_CI: yes HF_XET_HIGH_PERFORMANCE: 1 - OMP_NUM_THREADS: 4 - MKL_NUM_THREADS: 4 + OMP_NUM_THREADS: 2 + MKL_NUM_THREADS: 2 PYTEST_TIMEOUT: 60 jobs: @@ -125,7 +125,7 @@ jobs: - name: Run fast PyTorch Pipeline CPU tests if: ${{ matrix.config.framework == 'pytorch_pipelines' }} run: | - pytest -n 8 --max-worker-restart=0 --dist=loadfile \ + pytest -n 16 --max-worker-restart=0 --dist=loadfile \ -s -v -k "not Flax and not Onnx" \ --make-reports=tests_${{ matrix.config.report }} \ tests/pipelines