You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ch04/03_kv-cache/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ To summarize the implementation details, here's a short walkthrough.
55
55
56
56
###1. Registering the cache buffers
57
57
58
-
Inside the`MultiHeadAttention` constructor we add twonon-persistentbuffers,`cache_k` and`cache_v`, which will hold concatenated keys and values across steps:
58
+
Inside the`MultiHeadAttention` constructor we add two buffers,`cache_k` and`cache_v`, which will hold concatenated keys and values across steps: