Skip to content

Commit

Permalink
[DOCS] hidden page for ONNX supported models (#28711)
Browse files Browse the repository at this point in the history
port: #28693
  • Loading branch information
kblaszczak-intel authored Jan 28, 2025
1 parent a578619 commit 9373518
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 4 deletions.
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

0 comments on commit 9373518

Please sign in to comment.