Skip to content

Commit

Permalink
Use OpenVINO 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Apr 5, 2024
1 parent 8f23817 commit 6b1b4ef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .ci/azure/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/llama_cpp_plugin_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b1b4ef

Please sign in to comment.