runanywhere_qhexrt 0.20.17
runanywhere_qhexrt: ^0.20.17 copied to clipboard
On-device NPU acceleration backend for RunAnywhere — LLM/VLM/STT/TTS on Qualcomm Snapdragon Hexagon (V75/V79/V81), Android arm64.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add runanywhere_qhexrtWith Flutter:
$ flutter pub add runanywhere_qhexrtThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
runanywhere_qhexrt: ^0.20.17Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:runanywhere_qhexrt/runanywhere_qhexrt.dart';