npu_plugin
npu_plugin copied to clipboard
[Under construction!] OpenVINO VPU Plugin and Compiler
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...
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...
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...
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...
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...
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...
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...
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...
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...