Bit-TTT Engine: High-Performance Brain Core
1.58-bit Quantization + Test-Time Training (TTT) Implementation in Pure Rust.
This package provides Python bindings for the Bit-TTT Engine, allowing you to run ultra-light ternary LLMs with real-time adaptation.
✨ Features
- Ultra-Light: Runs large LLMs on cheap hardware using 1.58-bit (ternary) weights.
- Adaptive (TTT): Learns while inferring, adapting to context in real-time.
- Pure Rust: High performance with minimal dependencies.
🚀 Installation
💻 Usage
# Initialize Configuration
=
# Initialize Model (Inference)
=
# Generate Text
=
🏗️ Training (TTT)
=
# Single training step
=
# Save checkpoint
📖 Documentation
For more details, please visit the GitHub repository.
🙏 Acknowledgments
This project incorporates ideas and techniques inspired by the DroPE method published by Sakana AI.
💖 License
MIT License