Skip to content

Commit aed1bf7

Browse files
committed
Trying to ensure single thread tensorflow level
1 parent 7245552 commit aed1bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
MKL_NUM_THREADS: 1
4747
OPENBLAS_NUM_THREADS: 1
4848
R_MAX_NUM_DLLS: 999
49+
TF_NUM_INTRAOP_THREADS: 1
50+
TF_NUM_INTEROP_THREADS: 1
4951

5052
steps:
5153
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)