intel / onnxruntime

ONNX Runtime: cross-platform, high performance scoring engine for ML models
MIT License
56 stars 22 forks source link

Python wheels missing for OpenVINOExecutionProvider since onnxruntime > 1.16.0 #344

Closed ORippler closed 4 months ago

ORippler commented 6 months ago

Describe the issue

The python wheels for the onnxruntime-openvino package that contain support for the OpenVINOExecutionProvider are either no longer build or no longer published to pypi for onnxruntime > 1.16.0.

I therefore currently resort to building & distributing them manually (which works without issues for X64 on Ubuntu 22.04).

To reproduce

Have a look at pypi or try to install onnxruntime-openvino > 1.16.0.


root@efd48fe80d0e:/# pip install onnxruntime-openvino==1.16.1
ERROR: Could not find a version that satisfies the requirement onnxruntime-openvino==1.16.1 (from versions: 1.15.0, 1.16.0)
ERROR: No matching distribution found for onnxruntime-openvino==1.16.1

### Urgency

_No response_

### Platform

Linux

### OS Version

Ubuntu 22.04

### ONNX Runtime Installation

Released Package

### ONNX Runtime Version or Commit ID

N/A

### ONNX Runtime API

Python

### Architecture

X64

### Execution Provider

OpenVINO

### Execution Provider Library Version

_No response_
mertalev commented 6 months ago

Is there anything blocking this? There are bugs in the current release, such as around loading external data, that make supporting OpenVINO a maintenance burden right now.

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

github-actions[bot] commented 4 months ago

This issue has been automatically closed due to inactivity. Please reactivate if further support is needed.