Skip to content

Commit 4997bc5

Browse files
committed
reduce number of test-grad0 iterations
avoid exceeding timeout of automated tests
1 parent 2936dd6 commit 4997bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-grad0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ int main(int argc, const char ** argv) {
351351

352352

353353
// original loop: 1000
354-
int niter = 1000;
354+
int niter = 4;
355355
const char *env = getenv("GGML_NLOOP");
356356
if (env != NULL) {
357357
niter = atoi(env);

0 commit comments

Comments
 (0)