Skip to content

Commit 40617ef

Browse files
authored
Adding Graiphic to the list of partners (#24975)
1 parent c114d00 commit 40617ef

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/images/logos/graiphic-logo.png

18.4 KB
Loading

src/routes/components/customers.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import clearbladeLogo from '../../images/logos/clearblade-logo.png';
1616
import deezerLogo from '../../images/logos/deezer-logo.png';
1717
import goodnotesLogo from '../../images/logos/goodnotes-logo.png';
18+
import graiphicLogo from '../../images/logos/graiphic-logo.png';
1819
import huggingfaceLogo from '../../images/logos/huggingface-logo.png';
1920
import hypefactorsLogo from '../../images/logos/hypefactors-logo.png';
2021
import infarmLogo from '../../images/logos/infarm-logo.png';
@@ -100,6 +101,11 @@
100101
src: goodnotesLogo,
101102
alt: 'GoodNotes'
102103
},
104+
{
105+
href: './testimonials#Graiphic',
106+
src: graiphicLogo,
107+
alt: 'Graiphic'
108+
},
103109
{
104110
href: './testimonials#Hugging%20Face',
105111
src: huggingfaceLogo,

src/routes/testimonials/+page.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import clearbladeLogo from '../../images/logos/clearblade-logo.png';
1414
import deezerLogo from '../../images/logos/deezer-logo.png';
1515
import goodnotesLogo from '../../images/logos/goodnotes-logo.png';
16+
import graiphicLogo from '../../images/logos/graiphic-logo.png'
1617
import huggingfaceLogo from '../../images/logos/huggingface-logo.png';
1718
import hypefactorsLogo from '../../images/logos/hypefactors-logo.png';
1819
import infarmLogo from '../../images/logos/infarm-logo.png';
@@ -135,6 +136,14 @@
135136
imgsrc: goodnotesLogo,
136137
imgalt: 'Goodnotes logo'
137138
},
139+
{
140+
title: 'Graiphic',
141+
quote:
142+
"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.",
143+
author: 'Youssef Menjour, CTO and Co-founder, Graiphic',
144+
imgsrc: graiphicLogo,
145+
imgalt: 'Graiphic logo'
146+
},
138147
{
139148
title: 'Hugging Face',
140149
quote:

0 commit comments

Comments
 (0)