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

[DOCS] hidden page for ONNX supported models #28711

Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
:orphan:

AI Models verified for OpenVINO™ - ONNX only
====================================================

The following is a list of ONNX models that have been verified to work with OpenVINO. Note that
other models may also work properly but have not been tested.

**AI Models that run on Intel® Core Ultra™ Processors with OpenVINO™ toolkit:**


.. csv-table::
:class: modeldata stripe
:name: supportedModelsTable
:header-rows: 1
:file: ../../_static/download/supported_models_onnx.csv

| Marked cells indicate models that passed inference with no errors. Empty cells indicate
models that were not tested. No failing runs producing an error have been recorded.
|
| In the precision column, the "optimum-intel default" label corresponds to FP32 for small models
and INT8 for models greater than 1B parameters.
|
| The results as of December 18 2024, for OpenVINO version 2024.6.
| The models come from different public model repositories, such as Pytorch Model Zoo and
HuggingFace; they were executed on the designated hardware with OpenVINO either natively or
as a backend.

6 changes: 2 additions & 4 deletions docs/sphinx_setup/_static/download/supported_models.csv
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ codegen-2B-multi,Large Language Model,pytorch,intel-optimum default,,+,
codegen-350M-mono,Large Language Model,pytorch,intel-optimum default,,+,
codegen-6B-multi,Large Language Model,pytorch,intel-optimum default,,+,
CodeQwen1.5-7B-Chat,Large Language Model,pytorch,intel-optimum default,,+,
colorization-siggraph,Colorization,onnx,FP16,+,,
colorization-siggraph,Colorization,onnx,FP16,,+,+
colorization-siggraph,Colorization,onnx,FP32,+,,
colorization-siggraph,Colorization,onnx,FP32,,,+
colorization-siggraph,Colorization,onnx,FP16,+,+,+
colorization-siggraph,Colorization,onnx,FP32,,+,+
colorization-v2,Colorization,onnx,FP16-INT8,,,+
common-sign-language-0001,Image Classification,onnx,FP16,+,+,+
common-sign-language-0001,Image Classification,onnx,FP32,+,+,+
Expand Down
Loading
Loading