Instructions to use jerard-dev/Qwen3-8B-Instruct-RK3576 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RKLLM
How to use jerard-dev/Qwen3-8B-Instruct-RK3576 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: 1,453 Bytes
19395b1 | 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 | ---
license: apache-2.0
base_model: Qwen/Qwen3-8B
tags:
- rkllm
- rk3576
- npu
- qwen3
---
# Qwen3-8B-Instruct β RK3576 (RKLLM)
RKLLM conversion of Qwen/Qwen3-8B for Rockchip RK3576 NPU inference (e.g. NanoPi R76S, Radxa Rock 4D, Orange Pi with RK3576).
## Conversion details
- Toolkit: rkllm-toolkit v1.2.3
- Target platform: RK3576 (dual-core NPU)
- Quantization: w4a16 (weights 4-bit, activations 16-bit)
- Quantization algorithm: normal
- NPU cores: 2
- Max context: 4096 tokens
- Optimization level: 1
## Files
- Qwen3-8B-rk3576.rkllm β converted model
- tokenizer.json, tokenizer_config.json, vocab.json, merges.txt β original tokenizer files from Qwen/Qwen3-8B
## Usage with RKLLama
Place the .rkllm file and tokenizer files in a model folder with this structure:
Qwen3-8B-Instruct/
βββ Modelfile
βββ Qwen3-8B-rk3576.rkllm
βββ tokenizer/
βββ tokenizer.json
βββ tokenizer_config.json
βββ vocab.json
βββ merges.txt
Modelfile content:
FROM="Qwen3-8B-rk3576.rkllm"
HUGGINGFACE_PATH="Qwen/Qwen3-8B"
TOKENIZER="/models/Qwen3-8B-Instruct/tokenizer"
Restart RKLLama to detect the new model:
docker restart rkllama
## Notes
- Qwen3 is a hybrid thinking model. Depending on your runtime/UI, it may produce think tags with reasoning content.
- Tested on NanoPi R76S (RK3576, 16GB RAM) via RKLLama + Open WebUI.
- License follows the original Qwen3 license (Apache 2.0).
|