Compare commits

..

3 Commits

Author SHA1 Message Date
Abhilash Kishore
2faf7a582c
Merge 3ad432c1a1 into 962d36323b 2026-04-22 05:56:18 +00:00
Abhilash Kishore
3ad432c1a1 revert: restore onnxruntime, keep openvino bump
Reverting onnxruntime-openvino consolidation - onnxruntime is used with
multiple execution providers (CUDA, TensorRT, MIGraphX, CPU) and cannot
be replaced wholesale with the openvino-specific wheel.
2026-04-21 22:56:13 -07:00
Abhilash Kishore
dd9379fe2a fix: replace openvino + onnxruntime with onnxruntime-openvino 1.24.*
onnxruntime-openvino 1.24.* bundles OpenVINO 2025.4.1, which fixes a
crash in constrained CPU environments (e.g. Proxmox LXC) where
lin_system_conf.cpp calls stoi("") on empty strings read from offline
CPU sysfs entries.

Consolidating to onnxruntime-openvino also ensures the OpenVINO runtime
and ONNX Runtime OpenVINO EP are always compatible versions.
2026-04-21 22:54:12 -07:00

Diff Content Not Available