From 6b1b4efe6f518710faf0d628a4fce4803cde699e Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 5 Apr 2024 14:30:29 +0400 Subject: [PATCH] Use OpenVINO 2024.1 --- .ci/azure/linux.yml | 4 ++-- .ci/azure/mac.yml | 4 ++-- .ci/azure/windows.yml | 4 ++-- .github/workflows/llama_cpp_plugin_build_and_test.yml | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.ci/azure/linux.yml b/.ci/azure/linux.yml index 20d9320f6..805560f26 100644 --- a/.ci/azure/linux.yml +++ b/.ci/azure/linux.yml @@ -24,13 +24,13 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino - ref: master + ref: releases/2024/1 - repository: testdata type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata - ref: master + ref: releases/2024/1 jobs: - job: Lin diff --git a/.ci/azure/mac.yml b/.ci/azure/mac.yml index 32af679a3..3492405a4 100644 --- a/.ci/azure/mac.yml +++ b/.ci/azure/mac.yml @@ -24,13 +24,13 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino - ref: master + ref: releases/2024/1 - repository: testdata type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata - ref: master + ref: releases/2024/1 jobs: - job: Mac diff --git a/.ci/azure/windows.yml b/.ci/azure/windows.yml index b82ad6dfb..e18b1bb9d 100644 --- a/.ci/azure/windows.yml +++ b/.ci/azure/windows.yml @@ -24,13 +24,13 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino - ref: master + ref: releases/2024/1 - repository: testdata type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata - ref: master + ref: releases/2024/1 jobs: - job: Win diff --git a/.github/workflows/llama_cpp_plugin_build_and_test.yml b/.github/workflows/llama_cpp_plugin_build_and_test.yml index 4d0af3bdf..9c95276c8 100644 --- a/.github/workflows/llama_cpp_plugin_build_and_test.yml +++ b/.github/workflows/llama_cpp_plugin_build_and_test.yml @@ -26,6 +26,7 @@ jobs: submodules: recursive repository: openvinotoolkit/openvino path: openvino + ref: releases/2024/1 - name: CMake - configure run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DOPENVINO_EXTRA_MODULES=${{ github.workspace }}/openvino_contrib/modules/llama_cpp_plugin -DENABLE_TESTS=ON -DENABLE_FUNCTIONAL_TESTS=ON -DENABLE_PLUGINS_XML=ON -DENABLE_LLAMA_CPP_PLUGIN_REGISTRATION=ON openvino