Memory efficient weight loading (#401)

* memory efficient weight loading

* remove unused code
This commit is contained in:
Sebastian Raschka
2024-10-14 10:30:25 -05:00
committed by GitHub
parent a20ce1b817
commit 05b04f2a5a
5 changed files with 1043 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ Several folders contain optional materials as a bonus for interested readers:
- [Building a User Interface to Interact With the Pretrained LLM](ch05/06_user_interface)
- [Converting GPT to Llama](ch05/07_gpt_to_llama)
- [Llama 3.2 From Scratch](ch05/07_gpt_to_llama/standalone-llama32.ipynb)
- [Memory-efficient Model Weight Loading](ch05/08_memory_efficient_weight_loading/memory-efficient-state-dict.ipynb)
- **Chapter 6:**
- [Additional experiments finetuning different layers and using larger models](ch06/02_bonus_additional-experiments)
- [Finetuning different models on 50k IMDB movie review dataset](ch06/03_bonus_imdb-classification)