Image-Text-to-Text
RKLLM
English
Chinese
rknn
rk3588
rockchip
npu
quantized
vision-language
multimodal
qwen3
Instructions to use GatekeeperZA/Qwen3-VL-4B-Instruct-RKLLM-v1.2.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RKLLM
How to use GatekeeperZA/Qwen3-VL-4B-Instruct-RKLLM-v1.2.3 with RKLLM:
# 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
Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen3-VL-4B-Instruct
|
| 4 |
+
tags:
|
| 5 |
+
- rkllm
|
| 6 |
+
- rknn
|
| 7 |
+
- rk3588
|
| 8 |
+
- rockchip
|
| 9 |
+
- npu
|
| 10 |
+
- quantized
|
| 11 |
+
- vision-language
|
| 12 |
+
- multimodal
|
| 13 |
+
- qwen3
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
- zh
|
| 17 |
+
pipeline_tag: image-text-to-text
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Qwen3-VL-4B-Instruct — RKLLM v1.2.3 (w8a8, RK3588)
|
| 21 |
+
|
| 22 |
+
RKLLM/RKNN conversion of [Qwen/Qwen3-VL-4B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct) for Rockchip RK3588 NPU inference.
|
| 23 |
+
|
| 24 |
+
Converted with RKLLM Toolkit v1.2.3 (language model) and RKNN Toolkit (vision encoder). This is a multimodal vision-language model — it accepts both images and text as input.
|
| 25 |
+
|
| 26 |
+
## Key Details
|
| 27 |
+
|
| 28 |
+
| Property | Value |
|
| 29 |
+
|----------|-------|
|
| 30 |
+
| Base Model | Qwen/Qwen3-VL-4B-Instruct |
|
| 31 |
+
| Toolkit Version | RKLLM Toolkit v1.2.3 / RKNN Toolkit |
|
| 32 |
+
| Runtime Version | RKLLM Runtime ≥ v1.2.1 + RKNN Runtime |
|
| 33 |
+
| Quantization | w8a8 (8-bit weights, 8-bit activations) |
|
| 34 |
+
| Target Platform | RK3588 |
|
| 35 |
+
| NPU Cores | 3 |
|
| 36 |
+
| Thinking Mode | ❌ Disabled |
|
| 37 |
+
| Model Type | Vision-Language (VLM) |
|
| 38 |
+
| Languages | English, Chinese (multilingual) |
|
| 39 |
+
|
| 40 |
+
## Why This Model?
|
| 41 |
+
|
| 42 |
+
Qwen3-VL-4B-Instruct is Alibaba's 4B vision-language model. It handles image understanding, visual QA, document analysis, and chart reading with strong multilingual support. Running on the RK3588 NPU enables fully local, GPU-free multimodal inference.
|
| 43 |
+
|
| 44 |
+
Compared to the smaller Qwen3-VL-2B, the 4B variant offers meaningfully better image understanding and text extraction.
|
| 45 |
+
|
| 46 |
+
## Hardware Tested
|
| 47 |
+
|
| 48 |
+
- **Orange Pi 5 Plus** — RK3588, 16GB RAM, Armbian Linux
|
| 49 |
+
- RKNPU driver 0.9.8
|
| 50 |
+
- RKLLM Runtime v1.2.3
|
| 51 |
+
|
| 52 |
+
## Usage
|
| 53 |
+
|
| 54 |
+
### With the RKLLM API Server (VLM mode)
|
| 55 |
+
|
| 56 |
+
```bash
|
| 57 |
+
mkdir -p ~/models/qwen3-vl-4b
|
| 58 |
+
cd ~/models/qwen3-vl-4b
|
| 59 |
+
git lfs install && git clone https://huggingface.co/GatekeeperZA/Qwen3-VL-4B-Instruct-RKLLM-v1.2.3 .
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
Use with [GatekeeperZA/RKLLM-API-Server](https://github.com/GatekeeperZA/RKLLM-API-Server) — the server loads both the `.rkllm` and `.rknn` files automatically when placed in the same directory.
|
| 63 |
+
|
| 64 |
+
## File Listing
|
| 65 |
+
|
| 66 |
+
| File | Description |
|
| 67 |
+
|------|-------------|
|
| 68 |
+
| `qwen3-vl-4b-instruct_w8a8_rk3588.rkllm` | Language model weights for RK3588 NPU |
|
| 69 |
+
| `qwen3-vl-4b-vision_rk3588.rknn` | Vision encoder for RK3588 NPU |
|
| 70 |
+
|
| 71 |
+
## Compatibility Notes
|
| 72 |
+
|
| 73 |
+
- Minimum runtime: RKLLM Runtime v1.2.1 + RKNN Runtime v2.x. v1.2.3 recommended.
|
| 74 |
+
- RKNPU driver: ≥ 0.9.6
|
| 75 |
+
- SoCs: RK3588 / RK3588S. Not compatible with RK3576 without reconversion.
|
| 76 |
+
- RAM: ~5.5GB loaded. Requires 8GB+ board (16GB recommended).
|
| 77 |
+
|
| 78 |
+
## Acknowledgements
|
| 79 |
+
|
| 80 |
+
- Alibaba Qwen Team for Qwen3-VL
|
| 81 |
+
- Rockchip / airockchip for the RKLLM and RKNN toolkits
|
| 82 |
+
- Converted by [GatekeeperZA](https://huggingface.co/GatekeeperZA)
|