mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Reorder videos on homepage, add new release video and azure ep video (#14717)
### Description YouTube video update. Reorder videos on homepage, add new release video and azure ep video. https://cassiebreviu.github.io/onnxruntime/ ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
291da10ab7
commit
181a6646de
1 changed files with 14 additions and 8 deletions
22
index.html
22
index.html
|
|
@ -482,8 +482,8 @@
|
|||
allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<iframe class="video" src="https://www.youtube.com/embed/imjqRdsm2Qw"
|
||||
title="C++ and OnnxRuntime" frameborder="0"
|
||||
<iframe class="video" src="https://www.youtube.com/embed/waIeC3OIn70"
|
||||
title="v1.14 ONNX Runtime - Release Review" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
|
|
@ -492,8 +492,14 @@
|
|||
<div class="carousel-item">
|
||||
<div class="row blue-title-columns">
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<iframe class="video" src="https://www.youtube.com/embed/vo9vlR-TRK4"
|
||||
title="v1.13 Release Review" frameborder="0"
|
||||
<iframe class="video" src="https://www.youtube.com/embed/imjqRdsm2Qw"
|
||||
title="C++ and OnnxRuntime" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<iframe class="video" src="https://www.youtube.com/embed/2dbXFQxsIDY"
|
||||
title="ONNX Runtime Azure EP for Hybrid Inferencing on Edge and Cloud" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
|
|
@ -503,16 +509,16 @@
|
|||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="row blue-title-columns">
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<iframe class="video" src="https://www.youtube.com/embed/Z8SX5oXF7dM"
|
||||
title="Computer vision C# with ONNX Runtime!" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="row blue-title-columns">
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<iframe class="video" src="https://www.youtube.com/embed/W_lUGPMW_Eg"
|
||||
title="Deploy Transformer Models in the Browser with #ONNXRuntime"
|
||||
|
|
|
|||
Loading…
Reference in a new issue