ggml : fix L-BFGS linesearch loop
This commit is contained in:
parent
786e786061
commit
d375b8f3aa
1 changed files with 0 additions and 1 deletions
1
ggml.c
1
ggml.c
|
@ -19467,7 +19467,6 @@ static enum ggml_opt_result linesearch_backtracking(
|
|||
// strong Wolfe condition (GGML_LINESEARCH_BACKTRACKING_STRONG_WOLFE)
|
||||
return count;
|
||||
}
|
||||
return count;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue