CoolFace
Modelpublic

Qengineering/Qwen3.5-0.8B-rk3588

sourceHugging Faceupdated 2mo agoView on Hugging Face
2likes759downloads
Model Card

Qwen3.5-0.8B for RK3588 NPU

This repository provides a hardware-accelerated port of Qwen3.5-0.8B optimized for Rockchip RK3588 NPU.

Alt text<br>User:\<image\>Describe the image.<br><br> Answer: This is a surreal, cinematic-style photograph taken from an astronaut’s perspective on the Moon. The scene captures a moment of quiet contemplation or perhaps a lighthearted celebration — possibly a beer toast — set against the vastness of space and Earth.

Foreground: A person in a white, quilted astronaut suit with a fur-lined hood is seated on the lunar surface. They are holding a green glass bottle (likely beer) in one hand and resting their other arm on a small, dark green cooler or box labeled “Beer” — suggesting they’re enjoying a drink while relaxing. The texture of the suit shows stitching details, emphasizing realism despite the cosmic backdrop.

Midground: The lunar regolith is gray and dusty, dotted with rocks and debris. To the right, a metal ladder leans against the ground, hinting at human presence or exploration history. In the distance, faint outlines of buildings suggest Earth looms behind them — its blue oceans and green land visible through the atmosphere’s haze.

Background: The sky is filled with stars and swirling nebulae, creating a dreamlike, starry expanse. The curvature of Earth dominates the horizon, appearing as a large, glowing orb against the dark cosmos. Its surface shows continents and clouds, adding depth and scale to the image.

Lighting & Atmosphere: The lighting is dramatic — strong highlights on the astronaut’s suit and bottle contrast with deep shadows in the cratered terrain. The overall mood is serene yet slightly melancholic, blending human presence with alien isolation. There’s a sense of solitude and wonder, as if humanity has finally found peace beyond Earth.

Style: The image has a high-contrast, saturated look — reminiscent of digital art or post-processing — giving it a polished, almost staged feel. It evokes themes of exploration, friendship, and the beauty of space travel.

In short: This is not just an astronaut on the Moon — it’s a moment frozen in time, filled with emotion, isolation, and the quiet magic of being alone in the universe.


Model Files

ComponentFilePrecision
LLMqwen3.5-0.8b_w8a8_rk3588.rkllmW8A8
Vision Encoderqwen3.5-0.8b-vision_rk3588.rknnFP16

Hardware Requirements

  • Rockchip RK3588 / RK3588S
  • RKNPU2 driver
  • Tested on:
  • Rock 5C
  • Ubuntu 22.04 / 24.04 (Joshua Riek)

Runtime Requirements

  • RKLLM runtime (version 1.3.0)
  • RKNN runtime (rknpu2)
  • OpenCV (for image preprocessing)

Model performance benchmark (FPS)

All models, with C++ examples, can be found on the Q-engineering GitHub.<br><br> All LLM models are quantized to w8a8, while the VLM vision encoders use fp16.<br>

modelRAM (GB)<sup>1</sup>llm cold sec<sup>2</sup>llm warm sec<sup>3</sup>vlm cold sec<sup>2</sup>vlm warm sec<sup>3</sup>ResolutionTokens/s
Qwen3.5-9B9.297.197.111.511.5448 x 4483.2
Qwen3.5-4B5.452.86.28.50.9448 x 4485.2
Qwen3.5-2B2.923.93.28.50.8448 x 44811.0
Qwen3.5-0.8B1.310.61.92.70.2448 x 44821.6
Qwen3-2B3.121.92.610.00.9448 x 44811.5
Qwen3-4B8.749.65.610.61.1448 x 4485.7
InternVL3.5-1B1.98.38.01.50.8448 x 44824
InternVL3.5-2B3.0228.02.70.8448 x 44811.2
InternVL3.5-4B5.4508.05.90.8448 x 4485
InternVL3.5-8B8.8928.050.55.8448 x 4483.5
Qwen2.5-3B4.848.34.017.91.8392 x 3927.0
Qwen2-7B8.786.634.537.120.7392 x 3923.7
Qwen2-2.2B3.329.12.517.11.7392 x 39212.5
InternVL3-1B1.36.81.17.80.75448 x 44830
SmolVLM2-2.2B3.421.22.610.50.9384 x 38411
SmolVLM2-500M0.84.80.72.50.25384 x 38431
SmolVLM2-256M0.51.10.42.50.25384 x 38454

<sup>1</sup> The total used memory; LLM plus the VLM. <br> <sup>2</sup> When an llm/vlm model is loaded for the first time from your disk to RAM or NPU, it is called a cold start.<br> The duration depends on your OS, I/O transfer rate, and memory mapping.<br> <sup>3</sup> Subsequent loading (warm start) takes advantage of the already mapped data in RAM. Mostly, only a few pointers need to be restored.<br><br> <img width="1000" height="700" alt="Plot_Tokens" src="https://github.com/user-attachments/assets/7342debe-769c-46c9-8a83-755caf7d67dc" /><br> <img width="1000" height="700" alt="PlotMemory" src="https://github.com/user-attachments/assets/cf4362e6-f644-46d3-9b74-d129b23d3c44" />

Example Usage

  • see: https://github.com/Qengineering/Qwen3.5-0.8B-NPU

Notes

  • KV Cache up to 16384
  • This is not a Transformers-compatible model
  • This repository provides precompiled NPU binaries
  • CPU fallback is not supported