File size: 277 Bytes
0e3d4b8 | 1 2 3 4 5 6 7 8 9 | """SplitBit LLM — a custom lightweight LLM built from scratch.
Pure NumPy implementation with SplitBit 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"
|