Skip to content

Commit a23d0c7

Browse files
feat: add WEKA quote from Val Bercovici with logo and carousel (#54)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f3a8c5d commit a23d0c7

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

packages/app/public/logos/weka.svg

Lines changed: 20 additions & 0 deletions
Loading

packages/app/src/components/page-content.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export function PageContent({ initialTab = 'inference' }: { initialTab?: string
311311
'Crusoe',
312312
'TensorWave',
313313
'SGLang',
314+
'WEKA',
314315
].includes(q.org),
315316
)}
316317
overrides={{

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,11 @@ export const QUOTES: Quote[] = [
237237
org: 'Verda',
238238
logo: 'verda.svg',
239239
},
240+
{
241+
text: "InferenceX\u2122 ensembles precisely that \u2014 open, reproducible benchmarks that are continuously updated as xPU accelerators (GPUs/TPUs/LPUs), memory, storage, and software stacks evolve. I'm excited to see the InferenceX benchmarking roadmap include agentic coding workloads that stress CPU KV Cache offloading & soon NVMe KV Cache offloading from xPUs. As WEKA helps scale the Memory Wall by building the KV Cache infrastructure that feeds these xPUs, having this level of visibility into inference performance helps the entire ecosystem make smarter decisions about where to invest.",
242+
name: 'Val Bercovici',
243+
title: 'Chief AI Officer, WEKA',
244+
org: 'WEKA',
245+
logo: 'weka.svg',
246+
},
240247
];

0 commit comments

Comments
 (0)