executorch_dart 0.6.0 copy "executorch_dart: ^0.6.0" to clipboard
executorch_dart: ^0.6.0 copied to clipboard

ExecuTorch on-device ML inference for pure Dart using dart:ffi — vision models plus experimental streaming LLM. Android, iOS, macOS, Linux, Windows.

example/README.md

executorch_dart example #

Runs an ExecuTorch model from a plain Dart program. No Flutter.

dart run bin/infer.dart /path/to/mobilenet_v3_xnnpack.pte

Compile it to a self-contained bundle, native library included:

dart build cli
./build/cli/*/bundle/bin/infer /path/to/model.pte

Copying this example out of the repo? pubspec.yaml pins resolution: workspace, which only resolves inside this repo's pub workspace. Delete that line first — the existing executorch_dart: ^0.6.0 dependency then resolves normally from pub.dev.

0
likes
0
points
203
downloads

Publisher

verified publisherzcreations.info

Weekly Downloads

ExecuTorch on-device ML inference for pure Dart using dart:ffi — vision models plus experimental streaming LLM. Android, iOS, macOS, Linux, Windows.

Repository (GitHub)
View/report issues

Topics

#machine-learning #pytorch #ai #ffi

License

unknown (license)

Dependencies

code_assets, ffi, hooks, logging, meta, native_toolchain_cmake

More

Packages that depend on executorch_dart