From 5892e2bc724c5ceebacc75e5afba427b354f9b9b Mon Sep 17 00:00:00 2001 From: Marcus Chiam Date: Thu, 12 Oct 2023 15:08:02 -0700 Subject: [PATCH] added attention refactor to changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c0fa18d9..5032ab925c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ vNext - - - -- +- Re-factored `MultiHeadDotProductAttention`'s call method signatur, by adding +`inputs_k` and `inputs_v` args and switching `inputs_kv`, `mask` and `determistic` +to keyword arguments. See more details in [#3389](https://github.com/google/flax/discussions/3389). - - -