mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-14 06:49:54 +00:00
Update comment for AdamW implementation reference. (#4604)
Co-authored-by: Will Findley <findley@gmail.com>
This commit is contained in:
parent
77465dad48
commit
de8e496437
4
ggml.c
4
ggml.c
@ -17456,9 +17456,9 @@ static void ggml_opt_acc_grad(int np, struct ggml_tensor * const ps[], float * g
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// ADAM
|
// Using AdamW - ref: https://arxiv.org/pdf/1711.05101v3.pdf
|
||||||
//
|
//
|
||||||
// ref: https://arxiv.org/pdf/1412.6980.pdf
|
// (Original Adam - ref: https://arxiv.org/pdf/1412.6980.pdf)
|
||||||
//
|
//
|
||||||
|
|
||||||
static enum ggml_opt_result ggml_opt_adam(
|
static enum ggml_opt_result ggml_opt_adam(
|
||||||
|
Loading…
Reference in New Issue
Block a user