Skip to content

QuilaQualiaTrace Language Model

Novel dynamic graph reasoning system with 161B effective parameters

Quick Start

bash
# Clone repository
git clone https://github.com/rand0mdevel0per/sxlm.git
cd sxlm

# Build
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

# Run API server
python src/python/run_server.py

Architecture Highlights

  • 161B effective parameters (13B explicit + 148B implicit KFE)
  • Hybrid attention system with NSA, SSM, Linear Attention, DRC
  • 5-tier memory hierarchy (GPU SRAM → NVMe disk)
  • Consistency Model for 1-step denoising