npu_plugin icon indicating copy to clipboard operation
npu_plugin copied to clipboard

[Under construction!] OpenVINO VPU Plugin and Compiler

Results 24 npu_plugin issues
Sort by recently updated
recently updated
newest added

Any steps for build? I tried https://github.com/openvinotoolkit/npu_plugin/blob/develop/src/vpux_driver_compiler/how-to-build.md And CMake Error at /home/hjy/Desktop/npu_plugin/cmake/features.cmake:13 (ie_dependent_option): Unknown CMake command "ie_dependent_option".

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.30.2 to 0.31.4. Release notes Sourced from huggingface-hub's releases. [v0.31.4]: strict dataclasses, support DTensor saving & some bug fixes This release includes some new features and bug...

dependencies
python

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.17 to 3.28.18. Release notes Sourced from github/codeql-action's releases. v3.28.18 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [setuptools](https://github.com/pypa/setuptools) from 80.0.0 to 80.7.1. Changelog Sourced from setuptools's changelog. v80.7.1 Bugfixes Only attempt to fetch eggs for unsatisfied requirements. (#4998) In installer, when discovering egg dists, let metadata...

dependencies
python

Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.21.1 to 1.22.0. Release notes Sourced from onnxruntime's releases. ONNX Runtime v1.22 Announcements This release introduces new API's for Model Editor, Auto EP infrastructure, and AOT Compile...

dependencies
python

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.30.2 to 0.31.4. Release notes Sourced from huggingface-hub's releases. [v0.31.4]: strict dataclasses, support DTensor saving & some bug fixes This release includes some new features and bug...

dependencies
python

Bumps [accelerate](https://github.com/huggingface/accelerate) from 1.6.0 to 1.7.0. Release notes Sourced from accelerate's releases. v1.7.0 : Regional compilation, Layerwise casting hook, FSDPv2 + QLoRA Regional compilation Instead of compiling the entire model...

dependencies
python

Bumps [onnx](https://github.com/onnx/onnx) from 1.17.0 to 1.18.0. Release notes Sourced from onnx's releases. v1.18.0 ONNX v1.18.0 is now available with exciting new features! We would like to thank everyone who contributed...

dependencies
python

In the 2025.18 release, I noticed that the Act Runtime now supports SHAVE execution directly from DDR, rather than copying data from DDR to CMX via DMA. I'm curious if...

help wanted
question

I am currently investigating the time breakdown of tasks within a single model. However, I've encountered an issue where I cannot profile the DMATask. I've spent a week trying to...

bug
help wanted