Skip to content

Commit 41f2155

Browse files
Update tests/test-opt.cpp
Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 593d1d5 commit 41f2155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-opt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ static std::pair<int, int> test_gradient_accumulation(
687687

688688
static ggml_opt_optimizer_params helper_get_regression_opt_pars(void * userdata) {
689689
ggml_opt_optimizer_params result = ggml_opt_get_default_optimizer_params(userdata);
690-
result.adamw.alpha = 0.1f;
690+
result.adamw.alpha = 0.1f;
691691
return result;
692692
}
693693

0 commit comments

Comments
 (0)