Skip to content

Android v2.2

Choose a tag to compare

@tc-mb tc-mb released this 25 May 16:49
· 46 commits to main since this release

MiniCPM-V Demo for Android — v2.2

Minor release. Switches the MiniCPM5-1B model download to OpenBMB's official public HF / ModelScope GGUF repository now that the model is publicly released. Recommended upgrade for everyone on v2.0.

What's new (vs v2.0)

📦 MiniCPM5-1B download source switched to OpenBMB official HF / ModelScope

  • Before: pre-release Huawei OBS direct link (MiniCPM5-0.9B-Q4_K_M.gguf).
  • Now: races huggingface.co/openbmb/MiniCPM5-1B-GGUF and modelscope.cn/OpenBMB/MiniCPM5-1B-GGUF — same HF + MS racing as the V4.6 model.
  • The user-facing model name is now MiniCPM5-1B (Q4_K_M) (was MiniCPM5 0.9B), matching the public release.
  • Existing v2.0 users with a MiniCPM5-0.9B-Q4_K_M.gguf on disk will see it auto-renamed to MiniCPM5-1B-Q4_K_M.gguf; the downstream integrity check then either accepts the bytes or quietly re-downloads the canonical file (~656 MB).

🐛 i18n + perf carry-overs from intermediate work

  • Runtime zh / en language switch inside Model Management (no need to change device locale).
  • Image-slice cap (mtmd_set_image_max_slice_nums) re-enabled to keep prefill latency bounded on long photos.
  • MiniCPM-V-4.6 prompt template branching via the native model_version knob.

Requirements (unchanged)

  • Android 8.0 (API 26) or later
  • 64-bit ARM (arm64-v8a)
  • ≥ 6 GB RAM recommended (≥ 8 GB for MiniCPM-V 2.6)

Install

  1. Download `MiniCPM-V-demo-Android-v2.2.apk` below.
  2. Allow install from unknown source if prompted.
  3. Open the app → Model ManagerDownload (HF + MS race kicks in automatically).

Build info

  • `versionName` = `2.2`, `versionCode` = `14`
  • ABI: `arm64-v8a` only

Verify

  • MD5: `212c36720e5160288a367700553e8d20`
  • Size: ~17 MB

See DOWNLOAD.md for the full install guide.