test: fix OPT_STEP_ADAMW for test-backend-ops (ggml/974)

This commit is contained in:
Johannes Gäßler
2024-09-30 09:55:23 +02:00
committed by Georgi Gerganov
parent 845f8d663e
commit 5e9d6baa48
2 changed files with 7 additions and 4 deletions

View File

@ -2052,6 +2052,7 @@ extern "C" {
GGML_API struct ggml_tensor * ggml_opt_step_adamw(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * grad,
float alpha,
float beta1,
float beta2,