Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use int8 model with openvino #20087

Open
oldma3095 opened this issue Mar 26, 2024 · 2 comments
Open

How to use int8 model with openvino #20087

oldma3095 opened this issue Mar 26, 2024 · 2 comments
Labels
ep:OpenVINO issues related to OpenVINO execution provider stale issues that have not been addressed in a while; categorized by a bot

Comments

@oldma3095
Copy link

Describe the issue

I have used NNCF on the model to get three files: best.xml, best.bin, and metadata.yaml.
How to use them in the openvino C/C++ API of onnxruntime.

To reproduce

best.xml
best.bin
metadata.yaml

Urgency

No response

Platform

Linux

OS Version

ubuntu

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.17.1

ONNX Runtime API

C

Architecture

X64

Execution Provider

OpenVINO

Execution Provider Library Version

No response

@github-actions github-actions bot added the ep:OpenVINO issues related to OpenVINO execution provider label Mar 26, 2024
@sfatimar
Copy link
Contributor

sfatimar commented Apr 2, 2024

NNCF will give ONNX Format also as output for Post Training Quantization. https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/post_training/Quantization.md

https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/Quantization.md will also give Pytorch Model as output which can be converted to ONNX

Copy link
Contributor

github-actions bot commented May 2, 2024

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 github-actions bot added the stale issues that have not been addressed in a while; categorized by a bot label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:OpenVINO issues related to OpenVINO execution provider stale issues that have not been addressed in a while; categorized by a bot
Projects
None yet
Development

No branches or pull requests

2 participants