Skip to content

Commit bdc5c3b

Browse files
feat: add Baseten quote and exclude Adaptive ML from carousel
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5fac37f commit bdc5c3b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ export function PageContent({ initialTab = 'inference' }: { initialTab?: string
308308
'DatologyAI',
309309
'Stas Bekman',
310310
'Firmus',
311+
'Adaptive ML',
311312
].includes(q.org),
312313
)}
313314
overrides={{

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,10 @@ export const QUOTES: Quote[] = [
197197
org: 'Adaptive ML',
198198
logo: 'adaptive-ml.svg',
199199
},
200+
{
201+
text: "Our customers ship AI to production using frontier open-source models \u2014 and at scale, every token per second and every dollar per million tokens matters. InferenceX\u2122 gives the ecosystem something we've always needed: an objective, open benchmark that tracks real inference performance continuously across hardware such as GB300 NVL72, GB200 NVL72, H100 & soon Rubin & TPU & Trainium. Very helpful in allowing the wider community to understand the landscape and creating a clear taxonomy around performance.",
202+
name: 'Alex Ker',
203+
title: 'Engineer, Baseten',
204+
org: 'Baseten',
205+
},
200206
];

0 commit comments

Comments
 (0)