runanywhere_qhexrt 0.20.9 copy "runanywhere_qhexrt: ^0.20.9" to clipboard
runanywhere_qhexrt: ^0.20.9 copied to clipboard

PlatformAndroid

On-device NPU acceleration backend for RunAnywhere — LLM/VLM/STT/TTS on Qualcomm Snapdragon Hexagon (V75/V79/V81), Android arm64.

runanywhere_qhexrt #

On-device NPU acceleration backend for the RunAnywhere Flutter SDK. Runs LLM, VLM, STT and TTS entirely on-device on Qualcomm Snapdragon Hexagon NPUs (V75 / V79 / V81). Android arm64-v8a only.

Install #

dependencies:
  runanywhere_qhexrt: ^0.20.9

Use #

Register the backend, then use the standard RunAnywhere APIs — the SDK automatically routes supported models to the NPU.

import 'package:runanywhere_qhexrt/qhexrt.dart';

final npu = QHexRT.probeNpu(); // pre-flight capability probe, safe on any device

Requirements #

  • Android arm64-v8a
  • A Qualcomm Snapdragon device with a Hexagon V75 / V79 / V81 NPU

License #

Proprietary. See LICENSE.

0
likes
140
points
160
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device NPU acceleration backend for RunAnywhere — LLM/VLM/STT/TTS on Qualcomm Snapdragon Hexagon (V75/V79/V81), Android arm64.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #llm #npu #qualcomm #on-device

License

unknown (license)

Dependencies

ffi, flutter, runanywhere

More

Packages that depend on runanywhere_qhexrt

Packages that implement runanywhere_qhexrt