mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
14 lines
411 B
Markdown
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>
|
|
|
|
[](https://www.youtube.com/watch?v=PetlIokI9Ao)
|
|
|