From d4b4e3d0f0201123fcdcdcef84f542cb1b3bf31c Mon Sep 17 00:00:00 2001 From: Intelligence-Manifesto <155522535+Intelligence-Manifesto@users.noreply.github.com> Date: Fri, 15 Mar 2024 05:00:28 +0800 Subject: [PATCH] the above -> the following --- ch03/01_main-chapter-code/ch03.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03/01_main-chapter-code/ch03.ipynb b/ch03/01_main-chapter-code/ch03.ipynb index fac09a3..d332a25 100644 --- a/ch03/01_main-chapter-code/ch03.ipynb +++ b/ch03/01_main-chapter-code/ch03.ipynb @@ -1734,7 +1734,7 @@ "source": [ "- In this case, the matrix multiplication implementation in PyTorch will handle the 4-dimensional input tensor so that the matrix multiplication is carried out between the 2 last dimensions (num_tokens, head_dim) and then repeated for the individual heads. \n", "\n", - "- For instance, the above becomes a more compact way to compute the matrix multiplication for each head separately:" + "- For instance, the following becomes a more compact way to compute the matrix multiplication for each head separately:" ] }, {