Skip to content

Commit

Permalink
Actualize OpenVINO supported models list in docs (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jan 8, 2025
1 parent a70255d commit 124e4ca
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions docs/source/openvino/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Here is the list of the supported architectures :

- Albert
- Aquila
- Aquila 2
- Arctic
- Audio Spectrogram Transformer
- Baichuan 2
Expand All @@ -28,7 +29,7 @@ Here is the list of the supported architectures :
- Bloom
- CLIP
- Camembert
- ChatGLM
- ChatGLM (ChatGLM2, ChatGLM3, GLM4)
- CodeGen
- CodeGen2
- Cohere
Expand Down Expand Up @@ -64,8 +65,12 @@ Here is the list of the supported architectures :
- IBert
- InternLM
- InternLM2
- InternVL2
- Jais
- Levit
- Llama
- Llava
- Llava-Next
- M2-M100
- MBart
- MPNet
Expand All @@ -74,6 +79,7 @@ Here is the list of the supported architectures :
- Marian
- MiniCPM
- MiniCPM3
- MiniCPMV
- Mistral
- Mixtral
- MobileBert
Expand All @@ -89,10 +95,13 @@ Here is the list of the supported architectures :
- Persimmon
- Phi
- Phi3
- Phi3Vision
- Pix2Struct
- PoolFormer
- Qwen
- Qwen2(Qwen1.5)
- Qwen2(Qwen1.5, Qwen2.5)
- Qwen2MoE
- Qwen2VL
- ResNet
- Roberta
- Roformer
Expand Down Expand Up @@ -122,10 +131,15 @@ Here is the list of the supported architectures :
- Stable Diffusion
- Stable Diffusion XL
- Latent Consistency
- Stable Diffusion 3
- Flux

## [Timm](https://huggingface.co/docs/timm/index)
- PiT
- ViT

## [Sentence Transformers](https://github.com/UKPLab/sentence-transformers)
- All Transformer and CLIP-based models.
- All Transformer and CLIP-based models.

## [OpenCLIP](https://github.com/mlfoundations/open_clip)
- All CLIP-based models

0 comments on commit 124e4ca

Please sign in to comment.