mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Understanding PyTorch Buffers (#288)
This commit is contained in:
committed by
GitHub
parent
6dd8666d9c
commit
1e873d4cbc
@@ -6,4 +6,5 @@
|
||||
|
||||
## Bonus Materials
|
||||
|
||||
- [02_bonus_efficient-multihead-attention](02_bonus_efficient-multihead-attention) implements and compares different implementation variants of multihead-attention
|
||||
- [02_bonus_efficient-multihead-attention](02_bonus_efficient-multihead-attention) implements and compares different implementation variants of multihead-attention
|
||||
- [03_understanding-buffers](03_understanding-buffers) explains the idea behind PyTorch buffers, which are used to implement the causal attention mechanism in chapter 3
|
||||
Reference in New Issue
Block a user