openvino_genai_windows 0.1.0 copy "openvino_genai_windows: ^0.1.0" to clipboard
openvino_genai_windows: ^0.1.0 copied to clipboard

PlatformWindows

Windows x64 implementation of openvino_genai. Downloads the pinned Intel OpenVINO GenAI runtime (SHA-256 verified), compiles the C bridge and bundles the DLLs.

0.1.0 #

Initial release.

  • Builds openvino_genai_bridge.dll from source at consumer configure time against the pinned official OpenVINO GenAI runtime 2026.0.0.0 (downloaded from storage.openvinotoolkit.org, SHA-256 verified, cached per machine).
  • Bundles the field-trimmed Release runtime DLL set (CPU + GPU inference, IR models). OPENVINO_GENAI_BUNDLE_FULL=ON restores the complete set (NPU compiler + all model frontends).
  • OPENVINO_GENAI_ARCHIVE CMake/environment override for offline and proxy-restricted builds.
  • Native API-level mutex on pipeline init/free/start, and ov_bridge_version / ov_bridge_runtime_pin version reporting.
  • ov_bridge_available_devices device enumeration (via the OpenVINO base C API) so callers can avoid initialising on absent hardware — asking a plugin to compile for a missing device can fail-fast the process.
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Windows x64 implementation of openvino_genai. Downloads the pinned Intel OpenVINO GenAI runtime (SHA-256 verified), compiles the C bridge and bundles the DLLs.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on openvino_genai_windows

Packages that implement openvino_genai_windows