Skip to content

Commit 8a433fb

Browse files
[OVEP] Update OV version to 2025.3.0 (microsoft#26556)
### Description This pull request updates the OpenVINO version used in the internal CI pipelines to OpenVINO 2025.3.0. Co-authored-by: jatinwadhwa921 <jatin.wadhwa@intel.com>
1 parent 10afbef commit 8a433fb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/windows_openvino.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
with:
5252
architecture: x64
5353

54-
- name: Download OpenVINO Toolkit v2025.2.0
54+
- name: Download OpenVINO Toolkit v2025.3.0
5555
env:
56-
OpenVINOVersion: 2025.2.0
56+
OpenVINOVersion: 2025.3.0
5757
shell: pwsh
5858
run: |
59-
$Url ="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.2/windows/openvino_toolkit_windows_2025.2.0.19140.c01cd93e24d_x86_64.zip"
59+
$Url ="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3/windows/openvino_toolkit_windows_2025.3.0.19807.44526285f24_x86_64.zip"
6060
$OutputPath = "$env:RUNNER_TEMP\openvino.zip"
6161
$ExtractPath = "$env:RUNNER_TEMP\openvino-v$env:OpenVINOVersion"
6262
$TempExtractPath = "$env:RUNNER_TEMP\openvino_temp"
@@ -99,7 +99,7 @@ jobs:
9999
shell: pwsh
100100
# Use $GITHUB_ENV to set the variable for subsequent steps
101101
run: |
102-
$openVinoRootDir = Join-Path $env:RUNNER_TEMP "openvino-v2025.2.0"
102+
$openVinoRootDir = Join-Path $env:RUNNER_TEMP "openvino-v2025.3.0"
103103
echo "OpenVINORootDir=$openVinoRootDir" >> $env:GITHUB_ENV
104104
105105
- name: Print OpenVINORootDir after downloading OpenVINO

tools/ci_build/github/linux/docker/inference/x86_64/python/openvino/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN dnf install -y --nodocs \
1919
&& dnf clean all \
2020
&& rm -rf /var/cache/dnf
2121

22-
ENV INTEL_OPENVINO_DIR=/opt/intel/openvino_2025.2.0
23-
ARG OPENVINO_PACKAGE_URL=https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.2/linux/openvino_toolkit_rhel8_2025.2.0.19140.c01cd93e24d_x86_64.tgz
22+
ENV INTEL_OPENVINO_DIR=/opt/intel/openvino_2025.3.0
23+
ARG OPENVINO_PACKAGE_URL=https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3/linux/openvino_toolkit_rhel8_2025.3.0.19807.44526285f24_x86_64.tgz
2424
ARG TEMP_DIR=/tmp/openvino_installer
2525

2626
RUN mkdir -p ${TEMP_DIR} && \

0 commit comments

Comments
 (0)