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

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.