intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
725 stars 43 forks source link

No NPU usage at all #208

Closed coolrecep closed 1 month ago

coolrecep commented 1 month ago

Settings:

image

No NPU usage at all and 4 hours for a 30 second audio? Really? (Screenshot says 30 min but increasing.)

image

Update: GPU works. But not NPU.

RyanMetcalfeInt8 commented 1 month ago

The screenshot you've attached shows compilation phase. During this phase the model is getting prepped to run on NPU (it is compiling). It may take a while the very first time that the model is used for NPU. Once it changes to 'Running', you should see NPU activity.

coolrecep commented 1 month ago

Sorry. How long would it take approximately?

coolrecep commented 1 month ago

Took like 3 minutes to compile. Thank you.

RyanMetcalfeInt8 commented 1 month ago

Took like 3 minutes to compile. Thank you.

Makes sense. Note that it caches the compiled 'blob', so next time you run using that model on NPU, it will be much faster.