Update OpenVINO to 3.7.1-R4.1

This commit is contained in:
Dmitry Makarenko
2024-12-16 18:37:49 +03:00
parent 6034108377
commit 71b10e1de0

View File

@@ -224,12 +224,12 @@ type OpenvinoReleaseDirectory = {
};
export const openvinoReleases: OpenvinoReleaseDirectory = {
version: "3.7.0",
revision: "R4.0",
version: "3.7.1",
revision: "R4.1",
win: [
{
name: "OpenVino AI Plugins",
browser_download_url: "https://github.com/intel/openvino-plugins-ai-audacity/releases/download/v3.7.0-R4.0/audacity-win-v3.7.0-R4.0-64bit-OpenVINO-AI-Plugins.exe",
browser_download_url: "https://github.com/intel/openvino-plugins-ai-audacity/releases/download/v3.7.1-R4.1/audacity-win-v3.7.1-R4.1-64bit-OpenVINO-AI-Plugins.exe",
type: ".exe"
},
],