Skip to content

Commit 7d3ba87

Browse files
committed
add Stas Bekman quote
1 parent 7a50232 commit 7d3ba87

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/app/src/components/quotes/quotes-data.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,10 @@ export const QUOTES: Quote[] = [
177177
org: 'DatologyAI',
178178
logo: 'datologyai.svg',
179179
},
180+
{
181+
text: "InferenceX\u2122 provides the open source measurements the community needs \u2014 nightly results across real workloads, real hardware, and real software stacks. As someone who has written extensively about the gap between theoretical and actual system performance, I'm glad to see a project that makes that gap visible and trackable for everyone.",
182+
name: 'Stas Bekman',
183+
title: 'Developer & Author of Machine Learning Engineering Open Book',
184+
org: 'Stas Bekman',
185+
},
180186
];

0 commit comments

Comments
 (0)