dongyuanjushi 2af126990c update README in subfolders 3 months ago
..
README.md 2af126990c update README in subfolders 3 months ago
__init__.py 6ae8ec336f v0.0.1 (#149) 3 months ago
base.py 6ae8ec336f v0.0.1 (#149) 3 months ago
simple_context.py 6ae8ec336f v0.0.1 (#149) 3 months ago

README.md

aios/context

This folder contains the SimpleContextManager class and the base implementation. This allows for snapshotting of context data for the LLMs.

The context stores the tensors which contains the weights and biases, the epoch number, and optimizations. This is used for offloading models to the disk which may be downloaded from HuggingFace or related sources.