mirror of
https://github.com/wassname/activation_store.git
synced 2026-08-11 11:14:18 +08:00
f186243fe1546e9db9f33088fa89a5f255afb5c7
activation_store
Utility library to persistently store transformer activations on disk.
These activations can be quite large (layers x batch x sequence x hidden_size), so storing them on disk helps avoid out of memory errors.
Install using pip install git+https://github.com/wassname/activation_store.git.
Development
git clone https//github.com/wassname/activation_store.git
uv sync
see exampes in nbs folder.
Languages
Jupyter Notebook
56.1%
Python
43.9%