Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文

Introduction

RKNN3 SDK provides the complete software stack for deploying AI models on RK1820/RK1828/RK3572, including:

  • RKNN3-Toolkit: PC-side software development kit for model conversion, inference, performance evaluation, etc.
  • RKNN3 Runtime: On-board runtime library providing C/C++ programming interfaces for deploying RKNN models and accelerating AI applications.
  • RKNN3 Model Zoo: Model conversion and deployment example repository, including reference implementations for CNN / LLM / VLM and other models.

Typical Workflow: Users first convert their trained models to RKNN format using RKNN3-Toolkit on a PC, then perform inference on the development board via the RKNN3 Runtime API.

Supported Platforms

  • RK1820
  • RK1828
  • RK3572

Note:

Supported Models

LLM

  • Qwen2.5
  • Qwen3
  • Qwen3.5
  • Youtu-LLM
  • GLM-Edge
  • MiniCPM5
  • Nanbeige4.2
  • FunctionGemma
  • LFM2.5

VLM

  • Qwen2.5-VL
  • Qwen3-VL
  • Qwen3.5-VL
  • FastVLM
  • InternVL3
  • InternVL3.5
  • MiMo-VL-RL
  • Janus-Pro
  • MiniCPM-V-4
  • SmolVLM
  • SmolVLM2
  • UI_TARS
  • gme-Qwen2-VL
  • LocateAnything

Omni

  • Qwen2.5-Omni (Thinker)
  • Qwen3-Omni
  • Qwen3.5-Omni
  • Gemma4

ASR (Speech Recognition)

  • Qwen3-ASR
  • WeNet (Conformer)
  • Whisper
  • SenseVoice
  • Zipformer

TTS (Text-to-Speech)

  • Qwen3_TTS
  • VITS

Embedding / Reranker

  • Qwen3-Embedding
  • Qwen3-Reranker

Translation

  • HY-MT1.5

OCR

  • PaddleOCR VL

CV (Computer Vision)

  • SigLIP
  • SigLIP2
  • MetaCLIP2
  • QA-CLIP
  • DINOv2
  • DINOv3
  • Depth-Anything-V2-small
  • Depth-Anything-V3
  • Diffusion Policy
  • GR00T
  • MiniCPM-RobotManip
  • MobileNetV1 / V2
  • ResNet-50
  • YOLOv5 / YOLOv6 / YOLOv8
  • YOLO-World
  • YOLO26 / YOLO26-Segment / YOLO26-Pose

Performance

For performance data, please refer to the Release Notes.

Notes

Supported Python Versions:

  • Python 3.10
  • Python 3.12

Latest Version: V1.1.0

Changelog

V1.1.0

  • Added RK182X multi-card cascade support
  • Added Qwen3.5 model support
  • Added Qwen3.5 and Gemma4 Prefix Caching support
  • Added custom CPU operator support
  • Added support for different context lengths across sessions
  • Added Tie Word Embedding support
  • Added RKNN3 Toolkit support for macOS (Beta)
  • Optimized host-side memory usage during KVCache import and export
  • Optimized rknn3_mem_sync API performance
  • Optimized GPU memory usage during GRQ quantization
  • Updated the usage of external GRQ quantization
  • Changed the RKNN3 Toolkit model import method to use ONNX only (TensorFlow/TFLite/Caffe/DarkNet support removed)

For more information about previous releases, please refer to CHANGELOG.md.

Feedback and Community Support

  • Redmine (Recommended for reporting issues. Please contact sales or an FAE to get a Redmine account)
  • QQ Group 1: 1025468710 (Full, please join group 5)
  • QQ Group 2: 547021958 (Full, please join group 5)
  • QQ Group 3: 469385426 (Full, please join group 5)
  • QQ Group 4: 958083853 (Full, please join group 5)
  • QQ Group 5: 1077888690

About

No description, website, or topics provided.

Resources

Stars

106 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages