Skip to content

Commit a7b1083

Browse files
committed
chore(release): v0.1.3 � Gemma 4 imatrix rebuild + Hub revision tracking
Bump lumen-app + frontend to 0.1.3. Catalog label/notes for hsng95/gemma-4-26b-a4b-mlx-3bit updated to reflect the imatrix-driven mixed 4/3-bit weights now on Hub (12.5 GB / 4.14 bpw, replacing the pure-3-bit build that suffered long-context token corruption on 11K Korean prompts). HF repo id is unchanged � existing users get the upgrade via the new Update flow added in cba0b7b.
1 parent cba0b7b commit a7b1083

5 files changed

Lines changed: 8 additions & 8 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.2"
3+
version = "0.1.3"
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.2",
4+
"version": "0.1.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 5173 --strictPort",

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.2",
4+
"version": "0.1.3",
55
"identifier": "ai.lumen.app",
66
"build": {
77
"frontendDist": "frontend/dist",

crates/lumen-server/src/catalog.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ pub const RECOMMENDED: &[RecommendedModel] = &[
134134
RecommendedModel {
135135
id: "hsng95/gemma-4-26b-a4b-mlx-3bit",
136136
family: ModelFamily::Gemma4,
137-
label: "Gemma 4 — 26B A4B (3-bit, hsng95)",
138-
approx_size_gb: 11,
139-
min_ram_gb: 14,
140-
notes: "3-bit affine MLX quant. ~11 GB on disk, fits 24 GB Mac mini comfortably. ~29 tok/s decode on M4 Pro.",
137+
label: "Gemma 4 — 26B A4B (imatrix mixed 4/3-bit, hsng95)",
138+
approx_size_gb: 13,
139+
min_ram_gb: 16,
140+
notes: "Mixed 4/3-bit AFFINE driven by activation imatrix calibration on a multilingual corpus. 12.5 GB on disk, 4.14 bpw. Fixes the long-context token corruption that pure 3-bit had at 11K Korean prompts; quality close to the 4-bit build but 2.4 GB smaller.",
141141
},
142142
];
143143

0 commit comments

Comments
 (0)