Validated on real consumer hardware β NVIDIA GeForce GTX 1060 6GB, WSL2 Ubuntu 24.04.
This document describes what Kimari Local AI demonstrates on the GTX 1060, what it does not demonstrate, and how to reproduce the results.
| Component | Value |
|---|---|
| GPU | NVIDIA GeForce GTX 1060 6GB |
| VRAM | 6144 MiB |
| Driver | 581.57 (WSL2 passthrough) |
| CUDA | 12.0, compute capability 6.1 |
| OS | WSL2 Ubuntu 24.04 |
| CPU | (varies β benchmarks include CPU-only for comparison) |
| Component | Version |
|---|---|
| Kimari Local AI | 0.1.44-alpha |
| llama-server | v1 (706fbd8), CUDA build for compute_61 |
| Python | 3.12.3 |
| Model | TinyLlama 1.1B Q4_K_M (638MB) |
Important: The model tested is TinyLlama 1.1B Q4_K_M, a general-purpose test model. Kimari-4B is not yet released. No weights, adapters, or GGUF files are available.
Kimari exposes an OpenAI-compatible endpoint at http://127.0.0.1:11435/v1:
| Endpoint | Status |
|---|---|
/health |
β
{"status":"ok"} |
/v1/models |
β Lists TinyLlama |
/v1/chat/completions |
β Returns responses |
| Metric | CUDA (GTX 1060) | CPU-only | Speedup |
|---|---|---|---|
| Prompt processing | 228 tok/s | 77 tok/s | 3.0Γ |
| Token generation | 73 tok/s | 33 tok/s | 2.2Γ |
| VRAM usage | 1221 MiB | β | β |
| Model | TinyLlama 1.1B Q4_K_M | TinyLlama 1.1B Q4_K_M | β |
| Tool | Status |
|---|---|
| curl / OpenAI SDK | β Validated |
| Open WebUI | β Config documented |
| OpenClaw | β Config documented |
| Continue.dev | β Config documented |
See LOCAL_INTEGRATION_VALIDATION.md for setup guides.
β Kimari runs on consumer-grade hardware (GTX 1060, released 2016) β CUDA acceleration works correctly in WSL2 β OpenAI-compatible endpoint is functional β Integration with popular local AI tools is possible β The framework detects and uses GPU correctly
β Kimari-4B model performance (model not yet released) β Production-grade inference speed (TinyLlama is small) β Multi-user or concurrent request handling β Fine-tuning or training capabilities β Any benchmark claims about Kimari-4B
# 1. Start with test profile
kimari start --profile test
# 2. Validate endpoint
python scripts/integrations/validate_local_openai_endpoint.py --base-url http://127.0.0.1:11435/v1 --json
# 3. Generate integration configs
kimari integrations generate --all --json --profile test
# 4. Stop
kimari stopBLOCKED β Kimari is in alpha. No weights, no public releases, no training performed.
- LOCAL_OPENAI_ENDPOINT_TEST.md β Endpoint testing guide
- LOCAL_INTEGRATION_VALIDATION.md β Integration setup guides
- GTX1060_LOCAL_RUNTIME_RESULT.md β Detailed runtime validation
- LOCAL_SHOWCASE_CHECKLIST.md β Screenshot checklist
| Capture | Status | File |
|---|---|---|
nvidia-smi |
β³ Pending | nvidia-smi.png |
kimari doctor --deep |
β³ Pending | kimari-doctor.png |
kimari status |
β³ Pending | kimari-status.png |
llama-server CUDA startup |
β³ Pending | llama-server-cuda.png |
/health endpoint |
β³ Pending | endpoint-health.png |
/v1/models |
β³ Pending | endpoint-models.png |
/v1/chat/completions |
β³ Pending | endpoint-chat.png |
kimari integrations generate |
β³ Pending | integrations-generate.png |
Note: No real screenshots committed yet. Only
manifest.example.jsontemplate exists. Real captures require manual review per LOCAL_SHOWCASE_CHECKLIST.md before publishing.All captures show TinyLlama 1.1B Q4_K_M (test model), NOT Kimari-4B.