mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-28 18:40:01 +00:00
buffer tutorial
This commit is contained in:
parent
f66c089f0b
commit
1b86a61a2e
@ -1,3 +1,13 @@
|
|||||||
# Understanding PyTorch Buffers
|
# 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>
|
||||||
|
|
||||||
|
[](https://www.youtube.com/watch?v=PetlIokI9Ao)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user