Skip to content

Commit cfa8d74

Browse files
committed
readme: add steps to enable Intel NPU supporrt
1 parent 44e9b8b commit cfa8d74

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ This snap contains support for AI features including:
3535

3636
The plugins come installed out-of-the-box and support running on Intel hardware only (CPU, GPU, and NPU). Instructions for using each of the features can be found in the [upstream GitHub repository](https://github.com/intel/openvino-plugins-ai-audacity/tree/main/doc/feature_doc).
3737

38+
For Intel NPU support, make sure to install the snap containing the supporting libraries and to connect the Audacity snap prior to running Audacity:
39+
40+
```shell
41+
sudo snap install intel-npu-driver
42+
sudo snap connect audacity:npu-libs intel-npu-driver:npu-libs
43+
```
44+
3845
> [!IMPORTANT]
3946
> The models (which are roughly 6.2 GiB in size total) are NOT built into the snap. To use the AI features you must download and install them from the command line. Note that downloading the models may take several minutes or longer, depending on the speed of your internet connection. Please be patient!
4047

snap/snapcraft.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ description: |
2222
2323
sudo audacity.fetch-models
2424
25+
For Intel NPU support, make sure to also run the following prior to running Audacity:
26+
27+
sudo snap install intel-npu-driver
28+
sudo snap connect audacity:npu-libs intel-npu-driver:npu-libs
29+
2530
website: https://www.audacityteam.org/
2631
contact: https://github.com/snapcrafters/audacity/issues
2732
issues: https://github.com/snapcrafters/audacity/issues

0 commit comments

Comments
 (0)