LLMs-from-scratch/ch03/03_understanding-buffers
Sebastian Raschka fc101b710e
Added Apple Silicon GPU device update (#820)
* Added Apple Silicon GPU device

* Added Apple Silicon GPU device

* delete: remove unused model.pth file from understanding-buffers

* update

* update

---------

Co-authored-by: missflash <missflash@gmail.com>
2025-09-13 12:48:06 -05:00
..
2024-07-30 06:55:41 -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 hands-on video tutorial I recorded to explain the code:

Link to the video