Commit 677adef
committed
chore(release): v0.6.0 - Gemma 4 thinking ON usable + schema-driven env UI
Highlights
- thinking ON for Gemma 4 26B-A4B IT is production-usable via two
safety net layers: ChannelBudget (force-close at N reasoning tokens)
and n-gram runaway detector. Validated end-to-end with Ayla against
the mlx-community baseline and our hybrid embed8-last13attn8 ship.
- LUMEN_BACKEND_THINKING_DEFAULT env restored. Operator opt-in for
per-server reasoning default; per-request signals
(chat_template_kwargs.enable_thinking, reasoning_effort, thinking)
still override.
- Schema-driven env overrides UI in lumen-app: 12 typed knobs
(Reasoning / Safety net / Advanced / Debug), checkbox/number-with-
range/select widgets, validated input, bilingual labels.
- Embedding visibility fix: scan_local now merges entries from the
hf-hub cache, so models auto-fetched by the server appear as
downloaded in the UI. New MODELS-card embedding mini-row.
- Log viewer: auto-scroll to bottom, content-visibility virtualization,
raised in-memory cap from 500 to 2000 lines.
mlx-rs / mlx-sys git revs unchanged from v0.5.0.
Recommended Gemma 4 server env for thinking ON:
LUMEN_BACKEND_THINKING_DEFAULT=on
LUMEN_MAX_THINKING_TOKENS=600
LUMEN_MAX_FORCE_CLOSE_ATTEMPTS=1
LUMEN_RUNAWAY_DETECT=11 parent 14bf8c2 commit 677adef
4 files changed
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments