Skip to content

Commit a2bdd22

Browse files
committed
chore(release): v0.2.0 — AWQ Option B + 8-bit embed_tokens
Bump lumen-app + frontend + tauri to 0.2.0. What ships: - `hsng95/gemma-4-26b-a4b-mlx-imatrix3plus-awq` as the default Gemma 4 catalog entry (12 GB, 3.916 bpw). Multi-seed mean PPL 16.2 ppl better than the no-AWQ imatrix3plus baseline AND decode is faster than uniform 4-bit on M3 Max (73 vs 71 tok/s). - bf16 / mixed-precision embed_tokens support in the Gemma 4 native loader. Future skip-list quant builds will no longer trip the "missing embed_tokens.scales" load error. - Full AWQ tooling under scripts/quant/ (awq_search, awq_apply, awq_filter_scales, test_awq_apply_parity, test_long_context_extended). Upgrade path: lumen-app's HF Hub revision tracking detects the new commit on the same repo id, prompts Update on the MODELS card. The old v0.1.3 download (still at the bf16-embed revision) will be replaced in-place by the 8-bit-embed ship build.
1 parent 4b88613 commit a2bdd22

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lumen-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lumen-app"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

crates/lumen-app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lumen-app-frontend",
33
"private": true,
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"predev": "cargo build --manifest-path ../../../Cargo.toml -p lumen-server --release",

crates/lumen-app/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Lumen",
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"identifier": "ai.lumen.app",
66
"build": {
77
"frontendDist": "frontend/dist",

0 commit comments

Comments
 (0)