Instructions to use HanzoHuang/Qwen3.5-4B-RKLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RKLLM
How to use HanzoHuang/Qwen3.5-4B-RKLLM 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
File size: 2,749 Bytes
b78d48f 90dedc0 b78d48f 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 4d16059 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 9e3fdc3 90dedc0 9e3fdc3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | ---
license: apache-2.0
base_model: Qwen/Qwen3.5-4B
pipeline_tag: image-text-to-text
library_name: rkllm
tags:
- rkllm
- rockchip
- rk3576
- rk3588
- qwen
- qwen3.5
- multimodal
---
# Qwen3.5-4B-RKLLM
RKLLM/RKNN-converted Qwen3.5-4B multimodal artifacts for Rockchip RK3576 and RK3588 NPUs.
This is a VLM conversion: each supported platform requires both the `.rkllm` language model and the matching `.rknn` vision encoder. The pair must come from the same platform directory. These are hardware-specific artifacts, not Transformers checkpoints.
## Base model
- Upstream model: [Qwen/Qwen3.5-4B](https://huggingface.co/Qwen/Qwen3.5-4B)
- License: Apache-2.0
- Model type: VLM (vision-language model)
## Conversion and variants
### Toolkit version
**RKLLM Toolkit: v1.3.0** · **RKNN vision conversion: paired `.rknn` encoder**
Use a matching pair for the exact target SoC.
| Target | Quantization | RKLLM language model | RKLLM SHA256 | RKNN vision encoder | RKNN SHA256 |
| --- | --- | --- | --- | --- | --- |
| RK3576 | W4A16 (g128) | [Qwen3.5-4B_RK3576_w4a16_g128.rkllm](RK3576/Qwen3.5-4B_RK3576_w4a16_g128.rkllm) | `aa4d34b42752a0e491ed891ce4b7f32a745631601a65b175f743f971bdb33482` | [Qwen3.5-4B_vision_RK3576.rknn](RK3576/Qwen3.5-4B_vision_RK3576.rknn) | `6692f52adaa7ee0ba892c7cbba01979750cb82cff8061a571f56e9d84c6d98a2` |
| RK3576 | W8A8 | [Qwen3.5-4B_RK3576_w8a8.rkllm](RK3576/Qwen3.5-4B_RK3576_w8a8.rkllm) | `736f4b1065b481bae9cbd86e6c9ed30222abba9c5a3cb2d8d68dd92037d82dfe` | [Qwen3.5-4B_vision_RK3576.rknn](RK3576/Qwen3.5-4B_vision_RK3576.rknn) | `6692f52adaa7ee0ba892c7cbba01979750cb82cff8061a571f56e9d84c6d98a2` |
| RK3588 | W8A8 | [Qwen3.5-4B_RK3588_w8a8.rkllm](RK3588/Qwen3.5-4B_RK3588_w8a8.rkllm) | `715566bbee72b25d8c4912f6cf6256a8ac264a754511573a99a541487bbc06b4` | [Qwen3.5-4B_vision_RK3588.rknn](RK3588/Qwen3.5-4B_vision_RK3588.rknn) | `c286ef69266c11a2a2cedd881ad6a40415c17c8924962f07454359bb6d60e2ba` |
The root `Qwen3.5-4B_vision.onnx` is the vision conversion input; use the platform-specific `.rknn` encoder for deployment.
## Usage
Download both files for the target platform:
```bash
hf download HanzoHuang/Qwen3.5-4B-RKLLM \
RK3576/Qwen3.5-4B_RK3576_w4a16_g128.rkllm \
RK3576/Qwen3.5-4B_vision_RK3576.rknn \
--local-dir Qwen3.5-4B-RKLLM
```
Use them with the RKLLM VLM runtime. For a Docker API, see [Hanzo-Huang/rkllm-docker](https://github.com/Hanzo-Huang/rkllm-docker) and set `MODEL_KIND=vlm` with both model files.
## Limitations
The vision encoder and language model are SoC-specific and must be kept as a matching pair. Validate image preprocessing, memory use, and runtime compatibility on your device.
## Acknowledgements
Thanks to the Qwen Team, Rockchip, and the RKLLM/RKNN community.
|