mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-06-26 23:50:03 +00:00
Memory-efficient Model Weight Loading
This folder contains code to illustrate how to load model weights more efficiently
- memory-efficient-state-dict.ipynb: contains code to load model weights via PyTorch's
load_state_dict
method more efficiently