onde_inference 0.1.0
onde_inference: ^0.1.0 copied to clipboard
On-device LLM inference SDK for Flutter & Dart. Runs Qwen 2.5 models locally with Metal (Apple silicon) and CPU acceleration — no cloud, no data leaving the device. Powered by the Onde Rust engine and [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add onde_inferenceWith Flutter:
$ flutter pub add onde_inferenceThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
onde_inference: ^0.1.0Alternatively, 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:onde_inference/onde_inference.dart';