reduce number of test-grad0 iterations
avoid exceeding timeout of automated tests
This commit is contained in:
parent
2936dd60a4
commit
4997bc5819
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ int main(int argc, const char ** argv) {
|
||||||
|
|
||||||
|
|
||||||
// original loop: 1000
|
// original loop: 1000
|
||||||
int niter = 1000;
|
int niter = 4;
|
||||||
const char *env = getenv("GGML_NLOOP");
|
const char *env = getenv("GGML_NLOOP");
|
||||||
if (env != NULL) {
|
if (env != NULL) {
|
||||||
niter = atoi(env);
|
niter = atoi(env);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue