Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install ONNX Runtime (CPU)
if: steps.impact.outputs.go_checks == 'true'
env:
ORT_VERSION: "1.29.0"
ORT_VERSION: "1.30.0"
run: |
set -euo pipefail
ort_name="onnxruntime-linux-x64-${ORT_VERSION}.tgz"
Expand Down
2 changes: 1 addition & 1 deletion build-config.env
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ONEAPI_WINDOWS_VERSION="2025.3.0.372"
# and anything using the distro package got Debian's. The loader is the
# dispatch layer between SYCL and the GPU driver, so a version skew here shows
# up as "no device available" rather than as a build error.
LEVEL_ZERO_VERSION="1.32.0"
LEVEL_ZERO_VERSION="1.33.1"

ONEAPI_BUILDER="intel/oneapi-basekit:2025.3.2-0-devel-ubuntu24.04@sha256:79a5e333ff6f773793d124b78047001c51cbcd53035e5100313abf2f771af95a"
ONEAPI_RUNTIME="intel/oneapi-runtime:2025.3.1-0-devel-ubuntu24.04@sha256:8942e89b6e6e0cd9a4ca26f12fd4b32a2f0dd1de7e631ea59101a183878d660f"
Expand Down
2 changes: 1 addition & 1 deletion dev/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ RUN chown vmaf:vmaf /build /build/vmaf
# providers. Provider-enabled ORT distributions need their matching runtime
# dependencies (ADR-0113). The Python runtime floor is owned independently
# by ai/pyproject.toml.
ARG ORT_VERSION=1.29.0
ARG ORT_VERSION=1.30.0
RUN curl -fsSL \
"https://github.com/microsoft/onnxruntime/releases/download/v${ORT_VERSION}/onnxruntime-linux-x64-${ORT_VERSION}.tgz" \
-o /tmp/ort.tgz \
Expand Down
Loading