From 5c0bc0c799de883cfbd2df49a6f9aa8c723e300a Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Sat, 27 Apr 2024 14:24:15 +0800 Subject: [PATCH] .github/workflows/linux-ov.yml: update ov --- .github/workflows/linux-ov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-ov.yml b/.github/workflows/linux-ov.yml index fb03816..6a6f3ea 100644 --- a/.github/workflows/linux-ov.yml +++ b/.github/workflows/linux-ov.yml @@ -36,7 +36,7 @@ jobs: if: steps.cache-protobuf.outputs.cache-hit != 'true' with: repository: protocolbuffers/protobuf - # follows protobuf in https://github.com/openvinotoolkit/openvino/tree/2024.0.0/thirdparty/protobuf + # follows protobuf in https://github.com/openvinotoolkit/openvino/tree/2024.1.0/thirdparty/protobuf # if you change this, remember to bump the version of the cache key. ref: fe271ab76f2ad2b2b28c10443865d2af21e27e0e fetch-depth: 1 @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4 with: repository: onnx/onnx - # follows onnx in https://github.com/openvinotoolkit/openvino/tree/2024.0.0/thirdparty/onnx + # follows onnx in https://github.com/openvinotoolkit/openvino/tree/2024.1.0/thirdparty/onnx # if you change this, remember to bump the version of the cache key. ref: b86cc54efce19530fb953e4b21f57e6b3888534c fetch-depth: 1 @@ -103,7 +103,7 @@ jobs: - name: Setup OpenVINO run: | - curl -L -o ov.tgz https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.0/linux/l_openvino_toolkit_ubuntu22_2024.0.0.14509.34caeefd078_x86_64.tgz + curl -L -o ov.tgz https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz tar -xf ov.tgz mv l_openvino_* openvino -v