wassname 2f82c4bdec wip
2025-02-16 09:41:13 +08:00
wip
2025-02-16 09:41:13 +08:00
wip
2025-02-16 09:41:13 +08:00
2025-02-15 22:03:52 +08:00
2025-02-15 19:30:09 +08:00
2025-02-15 21:15:15 +08:00
2025-02-15 21:21:36 +08:00
2025-02-15 21:15:15 +08:00

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 generating them to 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.

S
Description
Store transformer activations on disk
Readme 656 KiB
Languages
Jupyter Notebook 56.1%
Python 43.9%