Skip to content

Commit 42da30c

Browse files
authored
fix: pin mlx<0.31.2 + update ml submodule (#38) (#39)
1 parent 236288d commit 42da30c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.4.10 — 2026-04-25
4+
5+
### Fixes
6+
- **CLIP/smart search crashes on MLX 0.31.2 (#38)**. MLX 0.31.2 introduced a threading regression that crashes with "no Stream(gpu, 0)" during CLIP inference. Pinned `mlx<0.31.2` until upstream fixes it. Existing installs: `brew reinstall immich-accelerator`.
7+
- **ML submodule updated** with face embedding batch-dim fallback, CLIP model-swap retry, and gpu_lock clarification from upstream code review.
8+
39
## 1.4.9 — 2026-04-23
410

511
### Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.9
1+
1.4.10

0 commit comments

Comments
 (0)