remove unused GGML_NITER from workflows
This commit is contained in:
parent
12b611ace0
commit
027930c0b7
2 changed files with 0 additions and 2 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -18,7 +18,6 @@ on:
|
|||
env:
|
||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
GGML_NLOOP: 3
|
||||
GGML_NITER: 1
|
||||
GGML_N_THREADS: 1
|
||||
|
||||
jobs:
|
||||
|
|
1
.github/workflows/code-coverage.yml
vendored
1
.github/workflows/code-coverage.yml
vendored
|
@ -3,7 +3,6 @@ on: [push, pull_request]
|
|||
|
||||
env:
|
||||
GGML_NLOOP: 3
|
||||
GGML_NITER: 1
|
||||
GGML_N_THREADS: 1
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue