mirror of
				https://github.com/rasbt/LLMs-from-scratch.git
				synced 2025-10-31 01:41:26 +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_dictmethod more efficiently
