[DOCS] Rel branch refs#710
Merged
kblaszczak-intel merged 3 commits intoopen-edge-platform:mainfrom Mar 20, 2026
Merged
Conversation
oonyshch
reviewed
Mar 19, 2026
| This article explains how to prepare models based on the [Hugging Face](https://huggingface.co/welcome) [`transformers`](https://github.com/huggingface/transformers) library for integration with the Deep Learning Streamer pipeline. | ||
|
|
||
| Many transformer-based models can be converted to OpenVINO™ IR format using [optimum-cli](https://huggingface.co/docs/optimum-intel/en/openvino/export). DL Streamer supports selected Hugging Face architectures for tasks such as image classification, object detection, audio transcription, and more. See the [Supported Models](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/supported_models.html) table for details. | ||
| Many transformer-based models can be converted to OpenVINO™ IR format using [optimum-cli](https://huggingface.co/docs/optimum-intel/en/openvino/export). DL Streamer supports selected Hugging Face architectures for tasks such as image classification, object detection, audio transcription, and more. See the [Supported Models](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer/supported_models.html) table for details. |
Contributor
There was a problem hiding this comment.
Please consider changing the name of the file 👆
lvms.md → transformers.md
This article also covers RT-DETR / RT-DETRv2 object detection, Whisper speech recognition, and Phi4MM VLMs, which are not all “large vision models” in the narrow sense.
Contributor
Author
There was a problem hiding this comment.
Fair enough, you make a good point here; however, I'd rather address this in a separate PR (for instance here: #702, or a new one altogether), if that's okay.
Contributor
There was a problem hiding this comment.
Yeah sure, separate PR sounds good
oonyshch
reviewed
Mar 19, 2026
Contributor
oonyshch
left a comment
There was a problem hiding this comment.
Years look solid, links work. Pls check one comment @wiwaszko-intel
kblaszczak-intel
approved these changes
Mar 20, 2026
tbujewsk
approved these changes
Mar 20, 2026
oonyshch
approved these changes
Mar 20, 2026
Contributor
oonyshch
left a comment
There was a problem hiding this comment.
LGTM, please address merge conflict
6c44b13 to
50e2f98
Compare
731143b
into
open-edge-platform:main
29 of 34 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
How Has This Been Tested?
Checklist: