Local AI inference for privacy-first edge deployment — Bonsai-8B with TurboAgent KV compression
Project description
VaultLM
Local AI inference for privacy-first edge deployment.
Runs Bonsai-8B (Qwen3-8B-Q1_0) on any NVIDIA GPU (RTX 30xx/40xx/50xx) with optional TurboAgent KV compression (v1.1) for 5× memory efficiency at long contexts.
All inference is local — no data leaves your machine.
Requirements
- Python 3.10+
- NVIDIA GPU: RTX 30xx (SM 86), RTX 40xx (SM 89), or RTX 50xx (SM 120)
- CUDA Toolkit (installed automatically by
vaultlm setup) - ~13 GB disk space (model + binaries)
- Windows 10/11 or Linux
Install
pip install vaultlm[all]
The PyPI wheel contains only the Python code and CLI. The model, PrismML binaries, and the custom llama-cpp-python build are downloaded and compiled on first run:
vaultlm setup
setup will:
- Detect your GPU (SM version)
- Install CUDA Toolkit if missing (
wingeton Windows,apton Linux) - Clone llama-cpp-python and vendor the PrismML fork into it
- Build llama-cpp-python with CUDA + correct SM architecture
- Download the PrismML CUDA binary and DLLs
- Download Bonsai-8B-Q1_0.gguf from Hugging Face
All files land in ~/.vaultlm/.
Quickstart
# One-time setup
vaultlm setup
# Start server (TurboAgent KV compression enabled automatically if ABI check passes)
vaultlm serve
# Run smoke tests
vaultlm test
# Run specific suite
vaultlm test --suite coherence
vaultlm test --suite niah
vaultlm test --suite kv # TurboAgent KV compression validation
vaultlm test --suite stress # 60-request marathon benchmark
Optional: GPU monitoring extras
pip install vaultlm[gpu]
vaultlm test --suite gpu
v1.0 vs v1.1
| Feature | v1.0 | v1.1 |
|---|---|---|
| Backend | subprocess llama-server | TurboAgent (+ subprocess fallback) |
| KV compression | None | turbo3 (~5.28×) |
| Context @ 12 GB VRAM | ~32k | ~65k+ |
| GPU support | RTX 30xx | RTX 30xx / 40xx / 50xx |
v1.1 falls back silently to v1.0 behaviour if the PrismML ABI build is not present
(i.e. if vaultlm setup has not been run, or was run with --skip-build).
CPU / Vulkan
vaultlm serve --cpu # Vulkan backend, no CUDA required
vaultlm test --suite throughput -- --path cpu
Results directory
Stress test JSON results are saved to ~/.vaultlm/results/.
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vaultlm-1.1.0.tar.gz.
File metadata
- Download URL: vaultlm-1.1.0.tar.gz
- Upload date:
- Size: 48.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
675d8d7df1a9829b45b953a2bb62a7401b5797fbfbfb0a623c6c2840a7c15cc0
|
|
| MD5 |
46004685e3a321aa557b418c40aa8236
|
|
| BLAKE2b-256 |
400bf415ce5f52a8c08706594e28ef018348aaafe21608d54d46fcb68d3199ed
|
File details
Details for the file vaultlm-1.1.0-py3-none-any.whl.
File metadata
- Download URL: vaultlm-1.1.0-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f6eecbe0c49bbf37aeec1321f903c7d1dcf1e3766b13944b54f4c3b74b48ba3
|
|
| MD5 |
8ec0908696cfd345b1d6156702d86b8f
|
|
| BLAKE2b-256 |
4c4b9cc41ddcc3ddb921867f06b1134fc337587bc10df6270a8e456a7bbfce6a
|