Skip to content

Commit 4db0e82

Browse files
authoredMar 16, 2025
Add chapter 3 coding along video link (#572)
1 parent 54474fb commit 4db0e82

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎ch03/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@
99
## Bonus Materials
1010

1111
- [02_bonus_efficient-multihead-attention](02_bonus_efficient-multihead-attention) implements and compares different implementation variants of multihead-attention
12-
- [03_understanding-buffers](03_understanding-buffers) explains the idea behind PyTorch buffers, which are used to implement the causal attention mechanism in chapter 3
12+
- [03_understanding-buffers](03_understanding-buffers) explains the idea behind PyTorch buffers, which are used to implement the causal attention mechanism in chapter 3
13+
14+
15+
16+
In the video below, I provide a code-along session that covers some of the chapter contents as supplementary material.
17+
18+
<br>
19+
<br>
20+
21+
[![Link to the video](https://img.youtube.com/vi/-Ll8DtpNtvk/0.jpg)](https://www.youtube.com/watch?v=Ll8DtpNtvk)

0 commit comments

Comments
 (0)
Failed to load comments.