Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18b3562

Browse filesBrowse files
committed
ggml : fix bug in LBFGS optimizer (found by ggml tests)
1 parent ba4e85a commit 18b3562
Copy full SHA for 18b3562

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎ggml.c

Copy file name to clipboardExpand all lines: ggml.c
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18237,7 +18237,6 @@ GGML_API void ggml_opt_init(
1823718237
ggml_set_zero(opt->lbfgs.g);
1823818238
ggml_set_zero(opt->lbfgs.gp);
1823918239
ggml_set_zero(opt->lbfgs.d);
18240-
ggml_set_zero(opt->lbfgs.pf);
1824118240
if (opt->lbfgs.pf) {
1824218241
ggml_set_zero(opt->lbfgs.pf);
1824318242
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.