Skip to content

Commit

Permalink
fix(clustering-faces-test): Only use one core
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 2, 2023
1 parent 79b0784 commit d41952f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cluster-faces-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,12 @@ jobs:
path: data/admin/files/
key: https://cloud.marcelklehr.de/s/PkNYbmKnwMiQMFD/download/IMDb-Face.zip

- name: Set pure-js mode
- name: Set config
run: |
./occ config:app:set --value ${{ matrix.pure-js-mode }} recognize tensorflow.purejs
- name: Set faces.enabled
run: |
./occ config:app:set --value true recognize faces.enabled
# only use one core. GH actions has 2
./occ config:app:set --value 1 recognize tensorflow.cores
- uses: actions/cache/restore@v3
id: db-cache
Expand Down

0 comments on commit d41952f

Please sign in to comment.