File size: 283 Bytes
32112fa | 1 2 3 4 5 6 7 8 9 | """Singularity LLM — a custom lightweight LLM built from scratch.
Pure NumPy implementation with Singularity sub-byte token encoding,
recursive link memory, universal peer sync, built-in Jarvis voice
assistant, skill creation, and tool-calling harness.
"""
__version__ = "0.1.0"
|