Files
LLMs-from-scratch/ch03/03_understanding-buffers/README.md
2024-07-26 08:45:36 -05:00

3 lines
207 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