LLMs-from-scratch/ch05/08_memory_efficient_weight_loading
rasbt cd2753a36d
Some checks failed
Code tests (Linux) / test (push) Has been cancelled
Code tests (macOS) / test (push) Has been cancelled
Test PyTorch 2.0 and 2.4 / test (2.0.1) (push) Has been cancelled
Test PyTorch 2.0 and 2.4 / test (2.4.0) (push) Has been cancelled
Code tests (Windows) / test (push) Has been cancelled
Check hyperlinks / test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
PEP8 Style checks / flake8 (push) Has been cancelled
update mmap section
2024-10-14 14:27:19 -05:00
..
memory-efficient-state-dict.ipynb update mmap section 2024-10-14 14:27:19 -05:00
previous_chapters.py Memory efficient weight loading (#401) 2024-10-14 10:30:25 -05:00
README.md Memory efficient weight loading (#401) 2024-10-14 10:30:25 -05:00

Memory-efficient Model Weight Loading

This folder contains code to illustrate how to load model weights more efficiently