We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a4a09 commit ea20ed8Copy full SHA for ea20ed8
tests/test-opt.cpp
@@ -40,7 +40,7 @@ struct helper_ctx_data {
40
// These default values make it easier to check optimization results vs. expected values.
41
static ggml_opt_optimizer_params helper_get_test_opt_pars(void * userdata) {
42
ggml_opt_optimizer_params result = ggml_opt_get_default_optimizer_params(userdata);
43
- result.adamw.alpha = 1.0f;
+ result.adamw.alpha = 1.0f;
44
result.adamw.beta1 = 0.0f;
45
result.adamw.beta2 = 0.0f;
46
result.adamw.eps = 0.0f;
0 commit comments