We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e862480 commit eb6d907Copy full SHA for eb6d907
1 file changed
.github/workflows/pr_tests.yml
@@ -23,8 +23,8 @@ concurrency:
23
env:
24
DIFFUSERS_IS_CI: yes
25
HF_XET_HIGH_PERFORMANCE: 1
26
- OMP_NUM_THREADS: 2
27
- MKL_NUM_THREADS: 2
+ OMP_NUM_THREADS: 4
+ MKL_NUM_THREADS: 4
28
PYTEST_TIMEOUT: 60
29
30
jobs:
0 commit comments