From eb6d907b14a47328c19c6e9bf894a778450e8431 Mon Sep 17 00:00:00 2001 From: DN6 Date: Fri, 24 Oct 2025 18:11:07 +0530 Subject: [PATCH] update --- .github/workflows/pr_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 50eef65f36..e83f542491 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: 2 - MKL_NUM_THREADS: 2 + OMP_NUM_THREADS: 4 + MKL_NUM_THREADS: 4 PYTEST_TIMEOUT: 60 jobs: