mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-19 14:31:06 -04:00
test: fix OPT_STEP_ADAMW for test-backend-ops (ggml/974)
This commit is contained in:
committed by
Georgi Gerganov
parent
cb00020504
commit
e98c1c188e
@@ -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,
|
||||
|
Reference in New Issue
Block a user