remove USE_CUDA (#7861)

This commit is contained in:
Stas Bekman
2020-10-19 04:08:34 -07:00
committed by GitHub
parent ea1507fb45
commit 4eb61f8e88
6 changed files with 16 additions and 20 deletions

View File

@@ -59,7 +59,6 @@ jobs:
TF_FORCE_GPU_ALLOW_GROWTH: "true"
# TF_GPU_MEMORY_LIMIT: 4096
OMP_NUM_THREADS: 1
USE_CUDA: yes
run: |
source .env/bin/activate
python -m pytest -n 2 --dist=loadfile -s ./tests/
@@ -110,7 +109,6 @@ jobs:
TF_FORCE_GPU_ALLOW_GROWTH: "true"
# TF_GPU_MEMORY_LIMIT: 4096
OMP_NUM_THREADS: 1
USE_CUDA: yes
run: |
source .env/bin/activate
python -m pytest -n 2 --dist=loadfile -s ./tests/