Instructions to use litert-community/MiniCPM-V-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/MiniCPM-V-4 with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by zkh2023 - opened
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MiniCPM-V-4 · LiteRT INT8 (on-device, Snapdragon 8850 CPU)
|
| 2 |
|
| 3 |
`MiniCPM-V-4-int8.litertlm` — an on-device [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM) build of MiniCPM-V-4, quantized to **INT8** (weight-only, GPTQ + Hadamard rotation) and packaged as a single `.litertlm` bundle for CPU inference on **Snapdragon 8850**.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
base_model:
|
| 7 |
+
- openbmb/MiniCPM-V-4
|
| 8 |
+
pipeline_tag: image-text-to-text
|
| 9 |
+
library_name: litert
|
| 10 |
+
tags:
|
| 11 |
+
- minicpm
|
| 12 |
+
- minicpm-v-4
|
| 13 |
+
- litert
|
| 14 |
+
- tflite
|
| 15 |
+
- on-device
|
| 16 |
+
- edge-ai
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# MiniCPM-V-4 · LiteRT INT8 (on-device, Snapdragon 8850 CPU)
|
| 20 |
|
| 21 |
`MiniCPM-V-4-int8.litertlm` — an on-device [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM) build of MiniCPM-V-4, quantized to **INT8** (weight-only, GPTQ + Hadamard rotation) and packaged as a single `.litertlm` bundle for CPU inference on **Snapdragon 8850**.
|