This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryDefault n_predict increased to 128 and expert cache fixed at 2000 MiB for fresh installs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds layer-granularity compute trace option (`--compute-trace-layers PATH`). Adds layer-granularity compute trace option (`--compute-trace-layers PATH`). Source: llm_adapter@2026-07-19 Confidence: high |
— |
| Feature | Low |
Changes default `n_predict` to 128 across core, CLI, and app surfaces. Changes default `n_predict` to 128 across core, CLI, and app surfaces. Source: llm_adapter@2026-07-19 Confidence: high |
— |
| Feature | Low |
Sets expert cache default to fixed 2000 MiB instead of Auto in the app. Sets expert cache default to fixed 2000 MiB instead of Auto in the app. Source: llm_adapter@2026-07-19 Confidence: high |
— |
Full changelog
Highlights
Layer-granularity compute trace (--compute-trace-layers PATH, #65). The per-node trace pays ~3000 barriers per token, which serializes the graph against the expert stream — on a model that streams heavily it mostly measures its own serialization (Qwen3-30B: 9.4 s/token traced vs 0.39 untraced), so its absolutes cannot be compared across models. Layer granularity isolates only the first node of each layer (~n_layer barriers per token): operator coalescing and the async expert prefetch survive, the traced numbers stay close to an untraced run, and models can be compared head-to-head per layer with major faults attributed per segment. scripts/decode-analyze.py compute detects the granularity and prints the per-segment table; see docs/telemetry.md.
Reviewed defaults (#71). n_predict now defaults to 128 on every surface (core, CLI, app — previously 32/32/48): the old budgets truncated most answers mid-sentence, which reads as broken rather than slow. The app''s expert cache defaults to a fixed 2000 MiB instead of Auto: predictable and reproducible across runs, with Auto still selectable in Settings. Existing installs keep their saved preferences — only fresh installs see the new defaults.
Install
Sideload app-dev-release.apk. It is signed with the project''s stable key, so it installs over a previous stable-signed release in place. Updating over an older debug-signed install still needs a one-time uninstall (Android refuses a signature change); after that, updates install cleanly.
Full changelog: https://github.com/Helldez/BigMoeOnEdge/blob/main/CHANGELOG.md
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About BigMoeOnEdge
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]