mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
update website layout (#3989)
This commit is contained in:
parent
d5b9f7f652
commit
394cf5b2ce
1 changed files with 13 additions and 20 deletions
33
index.html
33
index.html
|
|
@ -345,34 +345,27 @@
|
|||
<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-md-9">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-6 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 us 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-md-6 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 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 us 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-md-3">
|
||||
<div class="col-12 col-md-4 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="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>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue