openvino_genai_windows 0.1.0
openvino_genai_windows: ^0.1.0 copied to clipboard
Windows x64 implementation of openvino_genai. Downloads the pinned Intel OpenVINO GenAI runtime (SHA-256 verified), compiles the C bridge and bundles the DLLs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add openvino_genai_windowsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
openvino_genai_windows: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.