mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Added 2 testimonials, as Jeff requested. (#21240)
Only open question is if it's correct that Aidan Fitzpatrick, Founder & CEO of "Reincubate" is the correct person for that testimonial. Demo available at: https://maanavd.github.io/onnxruntime/
This commit is contained in:
parent
315581a90f
commit
d4c5be89a0
4 changed files with 30 additions and 0 deletions
BIN
src/images/logos/camo-logo.png
Normal file
BIN
src/images/logos/camo-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 775 KiB |
BIN
src/images/logos/cephable-logo.png
Normal file
BIN
src/images/logos/cephable-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
|
|
@ -8,6 +8,8 @@
|
|||
import antgroupLogo from '../../images/logos/antgroup-logo.png';
|
||||
import ATLASLogo from '../../images/logos/ATLAS-logo.png';
|
||||
import bazaarvoiceLogo from '../../images/logos/bazaarvoice-logo.png';
|
||||
import camoLogo from '../../images/logos/camo-logo.png';
|
||||
import cephableLogo from '../../images/logos/cephable-logo.png';
|
||||
import clearbladeLogo from '../../images/logos/clearblade-logo.png';
|
||||
import deezerLogo from '../../images/logos/deezer-logo.png';
|
||||
import hypefactorsLogo from '../../images/logos/hypefactors-logo.png';
|
||||
|
|
@ -58,6 +60,16 @@
|
|||
src: bazaarvoiceLogo,
|
||||
alt: 'Bazaarvoice'
|
||||
},
|
||||
{
|
||||
href: './testimonials#Camo',
|
||||
src: camoLogo,
|
||||
alt: 'Camo'
|
||||
},
|
||||
{
|
||||
href: './testimonials#Cephable',
|
||||
src: cephableLogo,
|
||||
alt: 'Cephable'
|
||||
},
|
||||
{
|
||||
href: './testimonials#ClearBlade',
|
||||
src: clearbladeLogo,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
import antgrouplogo from '../../images/logos/antgroup-logo.png';
|
||||
import atlaslogo from '../../images/logos/ATLAS-logo.png';
|
||||
import bazaarvoicelogo from '../../images/logos/bazaarvoice-logo.png';
|
||||
import camologo from '../../images/logos/camo-logo.png';
|
||||
import cephablelogo from '../../images/logos/cephable-logo.png';
|
||||
import clearbladelogo from '../../images/logos/clearblade-logo.png';
|
||||
import deezerlogo from '../../images/logos/deezer-logo.png';
|
||||
import intelligenzaeticablogo from '../../images/logos/intelligenza-etica-logo.png';
|
||||
|
|
@ -74,6 +76,22 @@
|
|||
imgsrc: bazaarvoicelogo,
|
||||
imgalt: 'Bazaarvoice logo'
|
||||
},
|
||||
{
|
||||
title: 'Camo',
|
||||
quote:
|
||||
"ONNX Runtime enables Camo Studio to deliver features like background segmentation and feature detection with speed and accuracy. It seamlessly integrated with our existing models and lets us target any processor, including the latest NPUs, saving us valuable development time and allowing us to bring innovative features to all our users. We recommend ONNX Runtime to any developer looking to streamline model deployment and unlock the full potential of their applications.",
|
||||
author: 'Aidan Fitzpatrick, Founder & CEO, Reincubate',
|
||||
imgsrc: camologo,
|
||||
imgalt: 'Camo logo'
|
||||
},
|
||||
{
|
||||
title: 'Cephable',
|
||||
quote:
|
||||
"The ONNX Runtime allows us to simultaneously target CPU, GPU and NPU enabled devices. Converting a model to NPU, using ONNX Runtime and AI Hub reduced our engineering effort from 30 days to 7 days. Given the current state of the art, that would likely be only 3 days today. This allows us to deliver cutting edge performance to our users, minimizing impact of AI/ML workloads when running other applications, and leaves more time to focus on feature work.",
|
||||
author: 'Jon Campbell, Director of Engineering, Cephable',
|
||||
imgsrc: cephablelogo,
|
||||
imgalt: 'Cephable logo'
|
||||
},
|
||||
{
|
||||
title: 'ClearBlade',
|
||||
quote:
|
||||
|
|
|
|||
Loading…
Reference in a new issue