Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/images/logos/graiphic-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/routes/components/customers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import clearbladeLogo from '../../images/logos/clearblade-logo.png';
import deezerLogo from '../../images/logos/deezer-logo.png';
import goodnotesLogo from '../../images/logos/goodnotes-logo.png';
import graiphicLogo from '../../images/logos/graiphic-logo.png';
import huggingfaceLogo from '../../images/logos/huggingface-logo.png';
import hypefactorsLogo from '../../images/logos/hypefactors-logo.png';
import infarmLogo from '../../images/logos/infarm-logo.png';
Expand Down Expand Up @@ -100,6 +101,11 @@
src: goodnotesLogo,
alt: 'GoodNotes'
},
{
href: './testimonials#Graiphic',
src: graiphicLogo,
alt: 'Graiphic'
},
{
href: './testimonials#Hugging%20Face',
src: huggingfaceLogo,
Expand Down
9 changes: 9 additions & 0 deletions src/routes/testimonials/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import clearbladeLogo from '../../images/logos/clearblade-logo.png';
import deezerLogo from '../../images/logos/deezer-logo.png';
import goodnotesLogo from '../../images/logos/goodnotes-logo.png';
import graiphicLogo from '../../images/logos/graiphic-logo.png'
import huggingfaceLogo from '../../images/logos/huggingface-logo.png';
import hypefactorsLogo from '../../images/logos/hypefactors-logo.png';
import infarmLogo from '../../images/logos/infarm-logo.png';
Expand Down Expand Up @@ -135,6 +136,14 @@
imgsrc: goodnotesLogo,
imgalt: 'Goodnotes logo'
},
{
title: 'Graiphic',
quote:
"With SOTA, we have developed the first complete ecosystem fully based on ONNX and ONNX Runtime. More than just supporting AI workloads, SOTA orchestrates graph-based computation at its core, enabling modular, scalable, and transparent execution across AI and non-AI domains alike. We believe ONNX is not just a format, it is the foundation for the future of graph-native computation.",
author: 'Youssef Menjour, CTO and Co-founder, Graiphic',
imgsrc: graiphicLogo,
imgalt: 'Graiphic logo'
},
{
title: 'Hugging Face',
quote:
Expand Down
Loading