bitmamba 0.1.0

BitMamba: 1.58-bit Mamba language model with infinite context window - includes OpenAI-compatible API server
Documentation
# Build artifacts
/target/
Cargo.lock

# Model files (downloaded at runtime)
*.safetensors
*.pt
*.bin
*.onnx

# Cache directories
distill_cache/
.cache/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local