Views
No views yet
minicpm_wi4b32_wi8_afp32.litertlm: This model features mixed INT4-block32(linear)/INT8(embed and lmhead) quantization (wi4b32_wi8) with FP32 activations (afp32).minicpm_wi4b32_wi8_afp32_gpu_opt.litertlm: This model uses same quantization recipe with minicpm_wi4b32_wi8_afp32 but optimized for GPU execution.MiniCPM5-1B_dynamic_wi8_afp32.litertlm: This model features dynamic weight-only INT8 quantization (wi8) with FP32 activations (afp32). It is configured with static prefill memory allocation.| Category | FP (bf16) | W4 |
|---|---|---|
| Overall | 66.16 | 60.91 |
| STEM | 58.07 | 53.36 |
| Social Science | 77.91 | 70.87 |
| Humanities | 67.65 | 64.35 |
| Other | 68.71 | 62.14 |
| Hard | 47.08 | 44.23 |
wi4b32_wi8) with FP32 activations (afp32). Thinking mode has been turned off to reduce context usage. All evaluations use a temperature of 0.6, top-p of 0.95, and a random seed of 0.<think> template (enable_thinking).| Item | Value |
|---|---|
| Type | Causal Language Model |
| Architecture | Standard LlamaForCausalLM |
| Parameters | 1,080,632,832 (~1B) |
| Non-Embedding Parameters | 679,552,512 |
| Layers | 24 |
| Attention Heads (GQA) | 16 (Q) / 2 (KV) |
| Context Length | 131,072 |
.litertlm model and click submit. The model will then appear in your list, and you can proceed to download it (a Hugging Face account login is required)..litertlm model directly to your Android device, OR download it to your computer and push it via ADB (e.g., adb push MiniCPM5-1B_dynamic_wi8_afp32.litertlm /sdcard/Download/). Then, select this option, choose the downloaded file from your storage, configure your preferred parameters, and tap "Import".uv and run the model directly from the LiteRT-LM command line:1uv tool install litert-lm
2uvx litert-lm run --from-huggingface-repo=litert-community/MiniCPM5-1B MiniCPM5-1B_dynamic_wi8_afp32.litertlm --prompt="What is the capital of France?"1@article{minicpm4,
2 title={MiniCPM4: Ultra-efficient LLMs on end devices},
3 author={MiniCPM, Team},
4 journal={arXiv preprint arXiv:2506.07900},
5 year={2025}
6}