Smart lazy loader for Transformers with memory-based unloading (CPU/GPU aware)
Project description
lazymodels
LazyModels is a lightweight utility for lazy-loading HuggingFace Transformers and managing memory automatically, both on CPU and GPU.
It keeps only the models you need in memory and unloads older ones when memory limits are exceeded. Works out of the box in one line of code:
from lazymodels import lazy_model_transformer
model = lazy_model_transformer("gpt2")
🔥 Features
- ✅ Lazy loading of models by name
- ✅ Smart task detection: causal-lm, seq2seq, token classification, etc.
- ✅ Automatic unloading when RAM or VRAM usage exceeds the limit
- ✅ One global manager to control all memory
- ✅ Transformers support out of the box
📦 Example
from lazymodels import lazy_model_transformer
# Load a causal LM model
model = lazy_model_transformer("gpt2")
# Load a seq2seq model with tokenizer
model2, tokenizer = lazy_model_transformer("t5-small", tokenizer=True)
⚙️ Requirements
torchtransformerspsutil
Licensed under MIT.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lazymodels-0.1.2.tar.gz.
File metadata
- Download URL: lazymodels-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2144d45e6b1471eb5bb17e7fe9346115fa5e9c19a2a9cacdbdbd24431df787c
|
|
| MD5 |
47195daec9fa9b1c7cb6dd2522db30e2
|
|
| BLAKE2b-256 |
f9cfbef84d20c4bcae226fbf21e1ee0bd03b8b92304bbca922bc0c17b5516f2a
|
File details
Details for the file lazymodels-0.1.2-py3-none-any.whl.
File metadata
- Download URL: lazymodels-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d0aa962282ba693a109b4852b4848495378a643d9ed7969c243727fb19089cc
|
|
| MD5 |
b8530f89baad9d04d8c83807187646a5
|
|
| BLAKE2b-256 |
261b3dbc5d6ca9764bd54d4e8613db3060a89b9aca67bc0c2ee583d9896c9ef4
|