You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GLACIER: Mamba with infinite memory. This project integrates the Mamba SSM with ICE-Lite, a virtual memory engine, to solve context rot. By adding persistent, time-aware memory, GLACIER gives Mamba the long-term recall of a Transformer while retaining its $O(N)$ speed. Apache 2.0 licensed, by Dopove.
CRSD is a minimal, research-oriented sequence modeling framework built from scratch to explore state-space models (SSMs) and sequence-to-sequence architectures in PyTorch. It’s designed to be fully reproducible, interpretable, and extensible — suitable both for learning and for building experimental variants such as nonlinear-SSMs, gated decoders