Commit bc44a6a
v0.11.0: quantcpp CLI + progressive default + Llama-3.2-1B default
User feedback fixes:
- Added `quantcpp` CLI command (pip install → quantcpp "question")
- Default model: Llama-3.2-1B (SmolLM2-135M produced garbage)
- Progressive KV: ON by default everywhere
Usage:
quantcpp "What is gravity?" # one-shot
quantcpp # interactive chat
quantcpp -m my_model.gguf # custom model
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3f3fb74 commit bc44a6a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments