mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Website: Add Vespa quote and SKL blog post (#6273)
* add vespa quote and SKL article * Add SKL image
This commit is contained in:
parent
4772ed5531
commit
497ba753cd
2 changed files with 18 additions and 11 deletions
BIN
images/skl-ort.png
Normal file
BIN
images/skl-ort.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
29
index.html
29
index.html
|
|
@ -360,27 +360,34 @@
|
|||
<section class="py-md-5 pb-4 pt-4 border-top">
|
||||
<div class="container-fluid">
|
||||
<div class="row equalHeight-1 blue-title-columns">
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<div class="col-12 col-md-3 mb-4 mb-md-0">
|
||||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||||
<img class="peakSpeed-logo" src="./images/PeakSpeed_logo.png" alt="PeakSpeed logo">
|
||||
</div>
|
||||
<h3 class="mr-xl-5 mb-3">“Using a common model and code base, the ONNX Runtime allows Peakspeed to easily flip between platforms to help our customers choose the most cost-effective solution based on their infrastructure and requirements.”</h3>
|
||||
<p>– Oscar Kramer, Chief Geospatial Scientist, Peakspeed</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<div class="col-12 col-md-3 mb-4 mb-md-0">
|
||||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||||
<img class="office365-logo" src="./images/oracle-logo.png" alt="Oracle Logo">
|
||||
</div>
|
||||
<h3 class="mr-xl-5 mb-3">“The ONNX Runtime API for Java enables Java developers and Oracle customers to seamlessly consume and execute ONNX machine-learning models, while taking advantage of the expressive power, high performance, and scalability of Java.”</h3>
|
||||
<p class="overview mb-0">– Stephen Green, Director of Machine Learning Research Group, Oracle</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-4">
|
||||
<div class="col-12 col-md-3 mb-4 mb-md-0">
|
||||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||||
<img src="./images/visual-studio-logo.png" alt="visual-studio logo">
|
||||
</div>
|
||||
<h3 class="mr-xl-4 mb-3">“We use ONNX Runtime to accelerate model training for a 300M+ parameters model that powers code autocompletion in Visual Studio IntelliCode.”</h3>
|
||||
<p>– Neel Sundaresan, Director SW Engineering, Data & AI, Developer Division, Microsoft</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-3 mb-4 mb-md-0">
|
||||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||||
<img class="vespa-logo" src="./images/vespa-logo.png" alt="Vespa logo">
|
||||
</div>
|
||||
<h3 class="mr-xl-5 mb-3">“ONNX Runtime has vastly increased Vespa.ai’s capacity for evaluating large models, both in performance and model types we support.”</h3>
|
||||
<p>– Lester Solbakken, Principal Engineer, Vespa.ai, Verizon Media</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -396,6 +403,14 @@
|
|||
</div>
|
||||
|
||||
<div class="row equalHeight-2 blue-title-columns">
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center">
|
||||
<img src="./images/skl-ort.png" alt="SKL and ORT logos">
|
||||
</div>
|
||||
<h3 class="blue-text mr-xl-5 mb-3">Accelerate and simplify Scikit-learn model inference with ONNX Runtime</h3>
|
||||
<div><a href="https://cloudblogs.microsoft.com/opensource/2020/12/17/accelerate-simplify-scikit-learn-model-inference-onnx-runtime/" target="_blank" class="link"><span class="link-content">Read
|
||||
more</span><span class="link-arrow fa fa-angle-right"></span></a></div>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||||
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center">
|
||||
<img src="./images/vespa-logo.png" alt="Vespa logo">
|
||||
|
|
@ -412,14 +427,6 @@
|
|||
<div><a href="https://cloudblogs.microsoft.com/opensource/2020/10/12/introducing-onnx-runtime-mobile-reduced-size-high-performance-package-edge-devices/" target="_blank" class="link"><span class="link-content">Read
|
||||
more</span><span class="link-arrow fa fa-angle-right"></span></a></div>
|
||||
</div>
|
||||
<div class="col-12 col-md-4">
|
||||
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center">
|
||||
<img src="./images/ORT-Edge-Azure.png" alt="ORT on Edge devices in Azure">
|
||||
</div>
|
||||
<h3 class="blue-text mr-xl-5 mb-3">ML Inference on Edge devices with ONNX Runtime using Azure DevOps</h3>
|
||||
<div><a href="https://medium.com/@ODSC/ml-inference-on-edge-devices-with-onnx-runtime-using-azure-devops-b932e6d92837" target="_blank" class="link"><span class="link-content">Read
|
||||
more</span><span class="link-arrow fa fa-angle-right"></span></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue