Files
LLMs-from-scratch/ch03/03_understanding-buffers/README.md
Sebastian Raschka f4fc0ededd buffer tutorial
2024-07-27 17:06:16 -05:00

14 lines
411 B
Markdown

# Understanding PyTorch Buffers
- [understanding-buffers.ipynb](understanding-buffers.ipynb) explains the idea behind PyTorch buffers, which are used to implement the causal attention mechanism in chapter 3
<br>
Below is a video tutorial of me explaining walking through the code:
<br>
<br>
[![Link to the video](https://img.youtube.com/vi/PetlIokI9Ao/0.jpg)](https://www.youtube.com/watch?v=PetlIokI9Ao)