remove unused GGML_NITER from workflows

This commit is contained in:
Alon Faraj 2023-08-31 13:59:46 +03:00
parent 12b611ace0
commit 027930c0b7
2 changed files with 0 additions and 2 deletions

View file

@ -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:

View file

@ -3,7 +3,6 @@ on: [push, pull_request]
env:
GGML_NLOOP: 3
GGML_NITER: 1
GGML_N_THREADS: 1
jobs: