mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-14 12:19:11 +02:00
test: fix OPT_STEP_ADAMW for test-backend-ops (ggml/974)
This commit is contained in:
committed by
Georgi Gerganov
parent
845f8d663e
commit
5e9d6baa48
@ -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