ci : switch threads to 1

This commit is contained in:
Georgi Gerganov 2023-07-07 21:11:36 +03:00
parent 1d656d6360
commit bf7d02d965
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -19,6 +19,7 @@ env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GGML_NLOOP: 3 GGML_NLOOP: 3
GGML_NITER: 1 GGML_NITER: 1
GGML_N_THREADS: 1
jobs: jobs:
ubuntu-focal-make: ubuntu-focal-make: