buffer tutorial

This commit is contained in:
Sebastian Raschka 2024-07-27 17:06:16 -05:00 committed by GitHub
parent f66c089f0b
commit 1b86a61a2e

View File

@ -1,3 +1,13 @@
# 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
- [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)