LLMs-from-scratch/ch03/03_understanding-buffers
Sebastian Raschka 1b86a61a2e buffer tutorial
2024-07-27 17:06:16 -05:00
..
2024-07-27 17:06:16 -05:00
2024-07-27 07:12:42 -05:00

Understanding PyTorch Buffers

  • understanding-buffers.ipynb explains the idea behind PyTorch buffers, which are used to implement the causal attention mechanism in chapter 3

Below is a video tutorial of me explaining walking through the code:

Link to the video