From 08184d46ff0d010ba4470c40e9ceb208b8f38fce Mon Sep 17 00:00:00 2001 From: Suraj Sonawane Date: Sun, 16 Mar 2025 00:04:15 +0530 Subject: [PATCH] tools: plugin: Fix broken OpenVINO model link in README.md Updated a broken OpenVINO noise suppression model link in `sof/tools/plugin/README.md`. The previous link was inaccessible, preventing users from following the setup steps. New link: https://docs.openvino.ai/2023.3/omz_demos.html#a-name-build-demos-linux-a-build-the-demo-applications-on-linux This ensures users are directed to the correct and updated documentation. Signed-off-by: Suraj Sonawane --- tools/plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plugin/README.md b/tools/plugin/README.md index 26447269d7d3..e1eb0079c202 100644 --- a/tools/plugin/README.md +++ b/tools/plugin/README.md @@ -111,7 +111,7 @@ Note: Bytes controls must have tlv_read/tlv_write and tlv_callback access. ## Instructions for testing OpenVino noise suppression model with the SOF plugin: 1. Fetch the model from the Open Model zoo repository ex: noise-suppression-poconetlike-0001.xml - https://docs.openvino.ai/archive/2023.0/omz_demos.html#build-the-demo-applications-on-linux + https://docs.openvino.ai/2023.3/omz_demos.html#a-name-build-demos-linux-a-build-the-demo-applications-on-linux 2. Source OpenVino environment and get OpenCV https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit-download.html