Skip to content

Commit

Permalink
Bump to 24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJanKramer committed Nov 6, 2024
1 parent e95db0c commit 5f4b108
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
Invoke-WebRequest -Uri https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.0.0.0.dev20241105/openvino_genai_windows_2025.0.0.0.dev20241105_x86_64.zip -OutFile openvino_runtime.zip
Expand-Archive -Path openvino_runtime.zip -DestinationPath C:/Intel/
Rename-Item -Path "C:/Intel/openvino_genai_windows_2024.5.0.0_x86_64" -NewName "openvino_2024.5.0"
Rename-Item -Path "C:/Intel/openvino_genai_windows_2025.0.0.0.dev20241105_x86_64" -NewName "openvino_2024.5.0"
dir C:/Intel/openvino_2024.5.0/
# Step 11: Install Mediapipe Requirements
Expand Down
4 changes: 2 additions & 2 deletions openvino_bindings/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_V

RUN cd /tmp && mkdir -p /opt/intel && \
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.0.0.0.dev20241105/openvino_genai_ubuntu22_2025.0.0.0.dev20241105_x86_64.tar.gz \
--output openvino.tgz && tar -xf openvino.tgz && \
mv openvino_genai_ubuntu22_2024.5.0.0_x86_64 /opt/intel/openvino && rm /tmp/openvino.tgz
--output openvino.tgz && tar -xf openvino.tgz && ls -la && \
mv openvino_genai_ubuntu22_2025.0.0.0.dev20241105_x86_64 /opt/intel/openvino && rm /tmp/openvino.tgz

RUN cd /opt/intel/openvino && ./install_dependencies/install_openvino_dependencies.sh -y

Expand Down
2 changes: 1 addition & 1 deletion openvino_bindings/third_party/openvino/linux.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package(
default_visibility = ["//visibility:public"],
)

OPENVINO_VERSION = "2440"
OPENVINO_VERSION = "2500"

filegroup(
name = "shared_objects",
Expand Down
2 changes: 1 addition & 1 deletion openvino_bindings/third_party/openvino/mac.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cc_library(
srcs = glob([
"lib/arm64/Release/**/libopenvino_tokenizers.dylib",
"lib/arm64/Release/**/libcore_tokenizers.dylib",
"lib/arm64/Release/**/*.2440.dylib",
"lib/arm64/Release/**/*.2500.dylib",
"3rdparty/tbb/lib/libtbb.12.dylib",
]),
strip_include_prefix = "include",
Expand Down

0 comments on commit 5f4b108

Please sign in to comment.