mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Grouped-Query Attention memory (#874)
* GQA memory * remove redundant code * update links * update
This commit is contained in:
committed by
GitHub
parent
b8e12e1dd1
commit
c814814d72
@@ -168,6 +168,7 @@ Several folders contain optional materials as a bonus for interested readers:
|
||||
- **Chapter 4: Implementing a GPT model from scratch**
|
||||
- [FLOPS Analysis](ch04/02_performance-analysis/flops-analysis.ipynb)
|
||||
- [KV Cache](ch04/03_kv-cache)
|
||||
- [Grouped-Query Attention](ch04/04_gqa)
|
||||
- **Chapter 5: Pretraining on unlabeled data:**
|
||||
- [Alternative Weight Loading Methods](ch05/02_alternative_weight_loading/)
|
||||
- [Pretraining GPT on the Project Gutenberg Dataset](ch05/03_bonus_pretraining_on_gutenberg)
|
||||
|
||||
Reference in New Issue
Block a user