mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-18 18:52:16 +00:00
[Website] Add Deezer quote/logo (#17360)
### Description - Adds Deezer quote/logo - Removes MS Visual Studio logo/quote - Staged: https://faxu.github.io/onnxruntime/community.html#deezer / https://faxu.github.io/onnxruntime/#logos
This commit is contained in:
parent
73e0000190
commit
dfe6a4feeb
3 changed files with 15 additions and 15 deletions
|
|
@ -121,6 +121,14 @@
|
|||
<div class="quote-attribution text-right">–Aaron Allsbrook, CTO & Founder, ClearBlade</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "deezer" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="customer-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/deezer-logo.png" alt="Deezer logo">
|
||||
</div>
|
||||
<div class="col-12 col-md-9 quote">“At Deezer, we use ONNX Runtime for machine learning powered features for music recommendations in our streaming service. ONNX Runtime's C API is easy to integrate with our software stack and enables us to run and deploy transformer models with great performance for real-time use cases.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Mathieu Morlon, Software Engineer, Deezer</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "intelligenza-etica" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="customer-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/intelligenza-etica-logo.png" alt="Intelligenza Etica logo">
|
||||
|
|
@ -161,14 +169,6 @@
|
|||
<div class="quote-attribution text-right">–Jonathan Ballon, Vice President and General Manager, Intel Internet of Things Group</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "visual-studio" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="customer-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/visual-studio-logo.png" alt="Visual Studio logo">
|
||||
</div>
|
||||
<div class="col-12 col-md-9 quote">“We use ONNX Runtime to accelerate model training for a 300M+ parameters model that powers code autocompletion in Visual Studio IntelliCode.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Neel Sundaresan, Director SW Engineering, Data & AI, Developer Division, Microsoft</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "navitaire" class="quotebox row col-12 col-md-12 mb-4">
|
||||
<div class="customer-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/navitaire-amadeus-logo.png" alt="Navitaire Amadeus logo">
|
||||
|
|
|
|||
BIN
images/logos/deezer-logo.png
Normal file
BIN
images/logos/deezer-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
14
index.html
14
index.html
|
|
@ -899,6 +899,13 @@ Console.WriteLine(outputs[0].AsTensor<float>()[0]);</code>
|
|||
</div>
|
||||
|
||||
<div class="row blue-title-columns">
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#deezer"><img
|
||||
src="./images/logos/deezer-logo.png"
|
||||
alt="Deezer logo" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#hugging-face"><img
|
||||
|
|
@ -930,13 +937,6 @@ Console.WriteLine(outputs[0].AsTensor<float>()[0]);</code>
|
|||
alt="Intelligenza Etica logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#visual-studio"><img
|
||||
src="./images/logos/visual-studio-logo.png"
|
||||
alt="Visual Studio logo" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row blue-title-columns">
|
||||
|
|
|
|||
Loading…
Reference in a new issue