mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
[Website] Add/update quotes and logo (#14578)
### Description - adds quote/logo for Pieces - update Writer quote Staged: https://faxu.github.io/onnxruntime/index.html#logos / https://faxu.github.io/onnxruntime/community.html
This commit is contained in:
parent
864d51d4b6
commit
1e0426dca8
3 changed files with 24 additions and 9 deletions
|
|
@ -173,6 +173,15 @@
|
|||
<div class="quote-attribution text-right">–Oscar Kramer, Chief Geospatial Scientist, Peakspeed</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "pieces" 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/pieces-logo.png" alt="Pieces logo">
|
||||
</div>
|
||||
<div class="col-12 col-md-9 quote">“ONNX Runtime provides us with a lightweight runtime that focuses on performance, yet allows our ML engineers to choose the best frameworks and models for the task at hand.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Brian Lambert, Machine Learning Engineer, Pieces.app
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "ptw" 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/ptw-logo.png" alt="PTW logo">
|
||||
|
|
@ -257,8 +266,8 @@
|
|||
<div class="customer-logo col-12 col-md-3 text-center">
|
||||
<img src="./images/logos/writer-logo.png" alt="Writer logo">
|
||||
</div>
|
||||
<div class="col-12 col-md-9 quote">“We're big fans of ONNX Runtime at Writer. ONNX Runtime allows us to run inference on CPUs for models that we would otherwise have to use GPUs for, and allows us to run models on GPUs that would otherwise be too slow to meet our SLAs. The end result is that we can deliver better quality outputs to our users, and at lower costs.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Sam Havens, Director of NLP Engineering, Writer</div>
|
||||
<div class="col-12 col-md-9 quote">“ONNX Runtime has been very helpful to us at Writer in optimizing models for production. It lets us deploy more powerful models and still deliver results to our customers with the latency they expect.”<br/><br/>
|
||||
<div class="quote-attribution text-right">–Dave Buchanan, Director of AI and NLP, Writer</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id = "xilinx" class="quotebox row col-12 col-md-12 mb-4">
|
||||
|
|
|
|||
BIN
images/logos/pieces-logo.png
Normal file
BIN
images/logos/pieces-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
20
index.html
20
index.html
|
|
@ -671,15 +671,22 @@
|
|||
</div>
|
||||
<div class="col-4 col-md-2 mb-4 mb-md-0">
|
||||
<div class="customer-logo text-center">
|
||||
<a href="community.html#ptw"><img src="./images/logos/ptw-logo.png"
|
||||
alt="PTW logo"></a>
|
||||
<a href="community.html#pieces"><img src="./images/logos/pieces-logo.png"
|
||||
alt="Pieces logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row equalHeight-3 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#ptw"><img src="./images/logos/ptw-logo.png"
|
||||
alt="PTW 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#redis"><img src="./images/logos/redis-logo.png"
|
||||
|
|
@ -710,17 +717,16 @@
|
|||
alt="Teradata logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row equalHeight-3 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#topaz-labs"><img src="./images/logos/topazlabs-logo.png"
|
||||
alt="Topaz Labs logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row equalHeight-3 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#unrealengine"><img src="./images/logos/ue-logo.png"
|
||||
|
|
|
|||
Loading…
Reference in a new issue